1
0
Fork 0

Using upper-case for git rebase shortmap

master
Mike Gerwitz 2011-10-21 11:11:44 -04:00
parent 2bd1bb990a
commit 4fd2c1c62f
No known key found for this signature in database
GPG Key ID: F22BB8158EE30EAB
2 changed files with 8 additions and 4 deletions

View File

@ -34,6 +34,10 @@ By default, the following mappings are available, each with tab completion:
* `m` - git merge
* `p` - git push
* `P` - git pull
* `R` - git rebase
* `Ri` - git rebase --interactive
* `Ra` - git rebase --abort
* `Rc` - git rebase --continue
* `s` - git status
* `S` - git stash
* `t` - execute tig

View File

@ -13,10 +13,10 @@ f _git_fetch :fetch
m _git_merge :merge
p _git_push :push
P _git_pull :pull
r __git_rebase :rebase
ri _git_rebase :rebase --interactive
ra _git_rebase :rebase --abort
rc _git_rebase :rebase --continue
R __git_rebase :rebase
Ri _git_rebase :rebase --interactive
Ra _git_rebase :rebase --abort
Rc _git_rebase :rebase --continue
s : :status
S _git_stash :stash
t : tig