chore(git): update alias

This commit is contained in:
Rob Watson 2023-10-03 08:47:56 +02:00
parent 22098188a3
commit 25cbf82529
1 changed files with 2 additions and 1 deletions

View File

@ -55,7 +55,8 @@
nuke1 = reset --hard HEAD^
nuke = reset --hard
p = push
pf = push --force
pf = push --force-with-lease
pff = push --force
pl = pull
plr = pull --rebase
ph = push -u origin HEAD