Add git push abbreviations

This commit is contained in:
Oliver Davies 2025-05-08 18:09:18 +01:00
parent 899486ac14
commit b4e470961a

View file

@ -46,6 +46,8 @@
gpa = "git push acquia";
gpam = "git push acquia main";
gpap = "git push acquia HEAD:production";
gpf = "git push --force-with-lease";
gpfo = "git push --force-with-lease origin";
gpl = "git pull";
gplr = "git pull --rebase";
gpo = "git push origin";