aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.gitconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitconfig b/.gitconfig
index 2d863d1..c6e923f 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -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