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
|
# 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
|
||||||
|
Loading…
Reference in New Issue
Block a user