mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-26 07:58:34 +02:00
YAY looking a lot better, need to do rest of filter error
This commit is contained in:
parent
01fb9ec25b
commit
82d9e7a223
5 changed files with 222 additions and 45 deletions
|
@ -25,7 +25,8 @@ var getShortcutMap = function() {
|
|||
'git add': /^ga($|\s)/,
|
||||
'git checkout': /^go($|\s)/,
|
||||
'git rebase': /^gr($|\s)/,
|
||||
'git branch': /^gb($|\s)/
|
||||
'git branch': /^gb($|\s)/,
|
||||
'git status': /^gs($|\s)/
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue