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