Add more Git abbreviations
This commit is contained in:
parent
576e8c37a2
commit
7aa65d419e
1 changed files with 5 additions and 0 deletions
|
@ -31,6 +31,11 @@ abbr gls="git log --stat"
|
||||||
abbr gpl="git pull"
|
abbr gpl="git pull"
|
||||||
abbr gplr="git pull --rebase"
|
abbr gplr="git pull --rebase"
|
||||||
abbr gps="git push"
|
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 gr="git rebase"
|
||||||
abbr gri="git rebase -i"
|
abbr gri="git rebase -i"
|
||||||
abbr gs="git status"
|
abbr gs="git status"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue