Add more Git abbreviations

This commit is contained in:
Oliver Davies 2024-10-28 12:08:57 +00:00
parent 576e8c37a2
commit 7aa65d419e

View file

@ -31,6 +31,11 @@ abbr gls="git log --stat"
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 gr="git rebase"
abbr gri="git rebase -i"
abbr gs="git status"