Browse Source

Add lf alias to get log of modified files

merge-requests/1/merge
lhark 8 years ago
parent
commit
a84de5792d
  1. 2
      gitconfig

2
gitconfig

@ -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

Loading…
Cancel
Save