add git cam and git ff

This commit is contained in:
Ivan Malison 2014-04-13 22:54:19 -07:00
parent 322f862e76
commit 745a83ce41

View File

@ -5,6 +5,9 @@
s = status -s
# Clone a repository including all submodules
c = clone --recursive
ff = merge --ff-only
ffs = "!ffs() { git ff $1 && git suir; }; ffs"
cam = commit -am
# Commit all changes
ca = !git add -A && git commit -av
branches = branch -a