1
0
Fork 0

Added `ma' shortmap

master
Mike Gerwitz 2013-08-19 23:04:15 -04:00
parent fb0382ee10
commit b81da54355
No known key found for this signature in database
GPG Key ID: F22BB8158EE30EAB
2 changed files with 2 additions and 0 deletions

View File

@ -36,6 +36,7 @@ By default, the following mappings are available, each with tab completion:
* `f` - git fetch
* `lh` - git log --oneline --decorate --color | head
* `m` - git merge
* `ma` - git merge --abort
* `p` - git push
* `P` - git pull
* `Pr` - git pull --rebase

View File

@ -15,6 +15,7 @@ ds _git_diff :diff --stat
f _git_fetch :fetch
lh _git_log |git log --oneline --decorate --color | head
m _git_merge :merge
ma : :merge --abort
p _git_push :push
P _git_pull :pull
Pr _git_pull :pull --rebase