diff --git a/gitconfig b/gitconfig index 5ede30b..64fc3ed 100644 --- a/gitconfig +++ b/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