global/git: add pup and puap aliases
This commit is contained in:
parent
5893eb9897
commit
aa1369cd90
1 changed files with 2 additions and 0 deletions
|
@ -67,6 +67,8 @@
|
|||
pfl = "push --force-with-lease";
|
||||
pu = "pull";
|
||||
pua = "pull --autostash";
|
||||
pup = "!git pull && git push";
|
||||
puap = "!git pull --autostash && git push";
|
||||
b = "branch";
|
||||
ba = "branch -a";
|
||||
bd = "branch -d";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue