commit ef68cafc5babbdcad8e528eeb7e8b8d70936efb3
parent 9f1970e7ccead98db7e31732be7a4852c54c2cd4
Author: Antoine Amarilli <a3nm@a3nm.net>
Date: Tue, 10 Mar 2015 20:43:37 +0100
alias git ci
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/gitconfig b/gitconfig
@@ -14,6 +14,7 @@
lc = log ORIG_HEAD.. --stat --no-merges
gl = log --oneline --decorate --stat --graph
st = status -sb
+ ci = commit
serve = !git daemon --reuseaddr --verbose --base-path=. --export-all ./.git
prune-all = !git remote | xargs -n 1 git remote prune
whatis = show -s --pretty='tformat:%h (%s, %ad)' --date=short