home/jan/git: add aliases for the fetch

This commit is contained in:
Dmitriy Pleshevskiy 2023-07-06 16:20:31 +03:00
parent cd70d418e1
commit 0bda1d2ff2
Signed by: pleshevskiy
GPG Key ID: 79C4487B44403985
1 changed files with 4 additions and 0 deletions

View File

@ -42,6 +42,10 @@
pfo = "push --force-with-lease origin";
pl = "pull";
plo = "pull origin";
f = "fetch";
fo = "fetch origin";
fa = "fetch --all";
fap = "fetch --all --prune";
rb = "rebase";
rbi = "rebase -i";
rbc = "rebase --continue";