Add gpl
and gps
abbreviations
`gpl` expands to `git pull` and `gps` expands to `git push`.
This commit is contained in:
parent
c258e6f70c
commit
ce9cf2ea83
|
@ -9,6 +9,8 @@ abbr g="git"
|
||||||
abbr ga="git add"
|
abbr ga="git add"
|
||||||
abbr gap="git add -p"
|
abbr gap="git add -p"
|
||||||
abbr gc="git commit"
|
abbr gc="git commit"
|
||||||
|
abbr gpl="git pull"
|
||||||
|
abbr gps="git push"
|
||||||
abbr gri="git rebase -i"
|
abbr gri="git rebase -i"
|
||||||
abbr gs="git status"
|
abbr gs="git status"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue