1
0
Fork 0

s shortmap => git status --short

master
Mike Gerwitz 2012-03-24 19:14:07 -04:00
parent c2540b5361
commit 2bff12d025
No known key found for this signature in database
GPG Key ID: F22BB8158EE30EAB
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ By default, the following mappings are available, each with tab completion:
* `Ri` - git rebase --interactive
* `Ra` - git rebase --abort
* `Rc` - git rebase --continue
* `s` - git status
* `s` - git status --short
* `S` - git stash
* `t` - execute tig
* `T` - git tag

View File

@ -18,7 +18,7 @@ R __git_rebase :rebase
Ri _git_rebase :rebase --interactive
Ra _git_rebase :rebase --abort
Rc _git_rebase :rebase --continue
s : :status
s : :status --short
S _git_stash :stash
t : tig
T _git_tag :tag