1
0
Fork 0

Added Pr shortmap

master
Mike Gerwitz 2012-03-22 16:24:38 -04:00
parent a17a31d2db
commit c2540b5361
No known key found for this signature in database
GPG Key ID: F22BB8158EE30EAB
2 changed files with 2 additions and 0 deletions

View File

@ -34,6 +34,7 @@ By default, the following mappings are available, each with tab completion:
* `m` - git merge
* `p` - git push
* `P` - git pull
* Pr - git pull --rebase
* `R` - git rebase
* `Ri` - git rebase --interactive
* `Ra` - git rebase --abort

View File

@ -13,6 +13,7 @@ f _git_fetch :fetch
m _git_merge :merge
p _git_push :push
P _git_pull :pull
Pr _git_pull :pull --rebase
R __git_rebase :rebase
Ri _git_rebase :rebase --interactive
Ra _git_rebase :rebase --abort