home/jan/git: add aliases for the fetch
This commit is contained in:
parent
cd70d418e1
commit
0bda1d2ff2
1 changed files with 4 additions and 0 deletions
|
@ -42,6 +42,10 @@
|
||||||
pfo = "push --force-with-lease origin";
|
pfo = "push --force-with-lease origin";
|
||||||
pl = "pull";
|
pl = "pull";
|
||||||
plo = "pull origin";
|
plo = "pull origin";
|
||||||
|
f = "fetch";
|
||||||
|
fo = "fetch origin";
|
||||||
|
fa = "fetch --all";
|
||||||
|
fap = "fetch --all --prune";
|
||||||
rb = "rebase";
|
rb = "rebase";
|
||||||
rbi = "rebase -i";
|
rbi = "rebase -i";
|
||||||
rbc = "rebase --continue";
|
rbc = "rebase --continue";
|
||||||
|
|
Loading…
Reference in a new issue