Rebuilding for Lukes pull

This commit is contained in:
Peter Cottle 2013-02-18 07:41:30 -08:00
parent 25b1cda900
commit a954a659ce
7 changed files with 13 additions and 13 deletions

View file

@ -12,7 +12,7 @@ var shortcutMap = {
'git checkout': /^(go|git co)($|\s)/,
'git rebase': /^gr($|\s)/,
'git branch': /^(gb|git br)($|\s)/,
'git status': /^(gst|git st)($|\s)/,
'git status': /^(gst|gs|git st)($|\s)/,
'git help': /^git$/
};