Add lf alias to get log of modified files
This commit is contained in:
parent
14fb9c1b84
commit
a84de5792d
1 changed files with 2 additions and 0 deletions
|
@ -29,3 +29,5 @@
|
||||||
|
|
||||||
# Pretty branch graph
|
# Pretty branch graph
|
||||||
lg = log --oneline --abbrev-commit --all --graph --decorate --color
|
lg = log --oneline --abbrev-commit --all --graph --decorate --color
|
||||||
|
# Same but also list modified files
|
||||||
|
lf = log --oneline --name-status --all --graph --decorate --color
|
||||||
|
|
Loading…
Reference in a new issue