Add `stat` git alias

master
Jordan Atwood 2 years ago
parent 873c9f1454
commit 87b56445a1
Signed by: nightfirecat
GPG Key ID: 615A619C2D73A6DF
  1. 1
      src/.gitconfig

@ -26,6 +26,7 @@
pullrsurp = !git pull --rebase && git submodule update --recursive && git push pullrsurp = !git pull --rebase && git submodule update --recursive && git push
reword = commit --amend reword = commit --amend
shortstat = diff --shortstat shortstat = diff --shortstat
stat = diff --stat
sur = submodule update --recursive sur = submodule update --recursive
[apply] [apply]
whitespace = fix whitespace = fix

Loading…
Cancel
Save