users/jan: add upstream to the aliases

This commit is contained in:
Dmitriy Pleshevskiy 2024-05-21 21:13:24 +03:00
parent 37fe8423d0
commit a615ab83e3
Signed by: pleshevskiy
GPG key ID: 17041163DA10A9A2

View file

@ -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";