From a84de5792dcdc976073823db547ec4faa16f469f Mon Sep 17 00:00:00 2001 From: lhark Date: Thu, 19 Oct 2017 01:07:57 -0400 Subject: [PATCH] Add lf alias to get log of modified files --- gitconfig | 2 ++ 1 file changed, 2 insertions(+) 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