Add git push
abbreviations
This commit is contained in:
parent
899486ac14
commit
b4e470961a
1 changed files with 2 additions and 0 deletions
|
@ -46,6 +46,8 @@
|
||||||
gpa = "git push acquia";
|
gpa = "git push acquia";
|
||||||
gpam = "git push acquia main";
|
gpam = "git push acquia main";
|
||||||
gpap = "git push acquia HEAD:production";
|
gpap = "git push acquia HEAD:production";
|
||||||
|
gpf = "git push --force-with-lease";
|
||||||
|
gpfo = "git push --force-with-lease origin";
|
||||||
gpl = "git pull";
|
gpl = "git pull";
|
||||||
gplr = "git pull --rebase";
|
gplr = "git pull --rebase";
|
||||||
gpo = "git push origin";
|
gpo = "git push origin";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue