mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-26 16:08:34 +02:00
Rebuilding for Lukes pull
This commit is contained in:
parent
25b1cda900
commit
a954a659ce
7 changed files with 13 additions and 13 deletions
|
@ -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$/
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue