git alias -> add pull aliases

master
TBS093A 2023-03-22 12:47:10 +01:00
parent 31e945edb5
commit cc6a1f3949
1 changed files with 3 additions and 0 deletions

View File

@ -16,6 +16,9 @@ rhrd = !git reset --hard
sqshmsg = !git reset --soft HEAD~$1 && git commit -m sqshmsg = !git reset --soft HEAD~$1 && git commit -m
sqsh = !git reset --soft HEAD~$1 && git commit --edit -m"$(git log --format=%B --reverse HEAD..HEAD@{1})" : sqsh = !git reset --soft HEAD~$1 && git commit --edit -m"$(git log --format=%B --reverse HEAD..HEAD@{1})" :
pll = !git pull
pllallbr = !git pull --all
psh = !git push psh = !git push
pshallbr = !git push --all pshallbr = !git push --all
pshalltg = !git push --tags pshalltg = !git push --tags