users/jan: add upstream to the aliases
This commit is contained in:
parent
37fe8423d0
commit
a615ab83e3
1 changed files with 3 additions and 2 deletions
|
@ -51,11 +51,12 @@
|
||||||
pfo = "push --force-with-lease origin";
|
pfo = "push --force-with-lease origin";
|
||||||
pl = "pull";
|
pl = "pull";
|
||||||
plo = "pull origin";
|
plo = "pull origin";
|
||||||
|
plup = "pull upstream";
|
||||||
|
|
||||||
f = "fetch";
|
f = "fetch";
|
||||||
fo = "fetch origin";
|
fo = "fetch origin";
|
||||||
fa = "fetch --all";
|
foa = "fetch --all";
|
||||||
fap = "fetch --all --prune";
|
foap = "fetch --all --prune";
|
||||||
|
|
||||||
rb = "rebase";
|
rb = "rebase";
|
||||||
rbi = "rebase -i";
|
rbi = "rebase -i";
|
||||||
|
|
Loading…
Reference in a new issue