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";
|
||||
pl = "pull";
|
||||
plo = "pull origin";
|
||||
plup = "pull upstream";
|
||||
|
||||
f = "fetch";
|
||||
fo = "fetch origin";
|
||||
fa = "fetch --all";
|
||||
fap = "fetch --all --prune";
|
||||
foa = "fetch --all";
|
||||
foap = "fetch --all --prune";
|
||||
|
||||
rb = "rebase";
|
||||
rbi = "rebase -i";
|
||||
|
|
Loading…
Reference in a new issue