diff options
Diffstat (limited to '.gitconfig')
-rw-r--r-- | .gitconfig | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -5,5 +5,9 @@ helper = cache [alias] graph = log --graph --color --pretty=format:"%C(yellow)%H%C(green)%d%C(reset)%n%x20%cd%n%x20%cn%x20(%ce)%n%x20%s%n" + stat = status -sb + last = log -1 --stat + unstage = reset HEAD -- + cached = diff --cached [color] ui = auto |