Add lf alias to get log of modified files

This commit is contained in:
lhark 2017-10-19 01:07:57 -04:00
parent 14fb9c1b84
commit a84de5792d

View file

@ -29,3 +29,5 @@
# Pretty branch graph
lg = log --oneline --abbrev-commit --all --graph --decorate --color
# Same but also list modified files
lf = log --oneline --name-status --all --graph --decorate --color