1
0
Fork 0

Added ds shortmap

master
Mike Gerwitz 2012-06-26 23:24:42 -04:00
parent 3e03ad1102
commit 8633cbaf62
No known key found for this signature in database
GPG Key ID: F22BB8158EE30EAB
2 changed files with 2 additions and 0 deletions

View File

@ -32,6 +32,7 @@ By default, the following mappings are available, each with tab completion:
* `C` - git commit -am
* `CS` - git commit -S -am
* `d` - git diff
* `ds` - git diff --stat
* `f` - git fetch
* `m` - git merge
* `p` - git push

View File

@ -11,6 +11,7 @@ co _git_checkout :checkout
C _git_commit :commit -am
CS _git_commit :commit -S -am
d _git_diff :diff
ds _git_diff :diff --stat
f _git_fetch :fetch
m _git_merge :merge
p _git_push :push