ffs -> ffo. ffo fast-fowards to origin with a fetch.
This commit is contained in:
parent
745a83ce41
commit
c42793b3c5
@ -6,7 +6,7 @@
|
||||
# Clone a repository including all submodules
|
||||
c = clone --recursive
|
||||
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
|
||||
# Commit all changes
|
||||
ca = !git add -A && git commit -av
|
||||
|
Loading…
Reference in New Issue
Block a user