git ci and ca

This commit is contained in:
Johann Dreo 2017-11-02 17:13:07 +01:00
commit 9b85d0cc05

View file

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