global/git: add pup and puap aliases

This commit is contained in:
Infinidoge 2025-06-19 03:46:47 -04:00
parent 5893eb9897
commit aa1369cd90
Signed by: Infinidoge
SSH key fingerprint: SHA256:GT2StvPQMMfFHyiiFJymQxfTG/z6EWLJ6NWItf5K5sA

View file

@ -67,6 +67,8 @@
pfl = "push --force-with-lease"; pfl = "push --force-with-lease";
pu = "pull"; pu = "pull";
pua = "pull --autostash"; pua = "pull --autostash";
pup = "!git pull && git push";
puap = "!git pull --autostash && git push";
b = "branch"; b = "branch";
ba = "branch -a"; ba = "branch -a";
bd = "branch -d"; bd = "branch -d";