ffs -> ffo. ffo fast-fowards to origin with a fetch.

This commit is contained in:
Ivan Malison 2014-04-13 23:01:43 -07:00
parent 745a83ce41
commit c42793b3c5

View File

@ -6,7 +6,7 @@
# Clone a repository including all submodules # Clone a repository including all submodules
c = clone --recursive c = clone --recursive
ff = merge --ff-only ff = merge --ff-only
ffs = "!ffs() { git ff $1 && git suir; }; ffs" ffo = "!ffo() { git fetch origin && git ff origin/$(git which-branch) && git suir; }; ffo"
cam = commit -am cam = commit -am
# Commit all changes # Commit all changes
ca = !git add -A && git commit -av ca = !git add -A && git commit -av