ci = commit -a -v

This commit is contained in:
Johann Dreo 2013-03-12 22:36:21 +01:00
commit 9e9e6bb5a7

View file

@ -8,7 +8,7 @@
co = checkout
# create branch
cb = checkout -b
ci = commit
ci = commit -a -v
br = branch
sta = stash
[core]