Update abbreviations

This commit is contained in:
Oliver Davies 2024-12-10 09:13:31 +00:00
parent dbd0c993b3
commit 6e897dfe0b

View file

@ -35,14 +35,14 @@ abbr gls="git log --stat"
abbr gm="git merge"
abbr gmf="git merge --ff"
abbr gmnf="git merge --no-ff"
abbr gp="git push"
abbr gpa="git push acquia"
abbr gpam="git push acquia main"
abbr gpap="git push acquia HEAD:production"
abbr gpl="git pull"
abbr gplr="git pull --rebase"
abbr gps="git push"
abbr gpsa="git push acquia"
abbr gpsam="git push acquia main"
abbr gpsap="git push acquia HEAD:production"
abbr gpso="git push origin"
abbr gpsom="git push origin main"
abbr gpo="git push origin"
abbr gpom="git push origin main"
abbr gr="git rebase"
abbr gra="git rebase --abort"
abbr grc="git rebase --continue"