1
0
Fork 0

R (rebase) shortmap autocomp fix

Was renamed a number of git versions back; forgot to commit fix!
master
Mike Gerwitz 2014-08-21 22:35:23 -04:00
parent 7e24f88d1e
commit abec3e5b24
No known key found for this signature in database
GPG Key ID: F22BB8158EE30EAB
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ p _git_push :push
P _git_pull :pull
Pr _git_pull :pull --rebase=preserve
Prp _git_pull |git pull --rebase=preserve && git push
R __git_rebase :rebase
R _git_rebase :rebase
Ri _git_rebase :rebase --interactive
Ra _git_rebase :rebase --abort
Rc _git_rebase :rebase --continue