mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-26 07:58:34 +02:00
[Origin] few updates
This commit is contained in:
parent
29415cb525
commit
aba8265a00
7 changed files with 42 additions and 15 deletions
|
@ -62,7 +62,7 @@ var regexMap = {
|
|||
'git show': /^git +show($|\s)/,
|
||||
'git status': /^git +status($|\s)/,
|
||||
'git cherry-pick': /^git +cherry-pick($|\s)/,
|
||||
'git fakeTeamwork': /^git +fakeTeamwork *?$/,
|
||||
'git fakeTeamwork': /^git +fakeTeamwork($|\s)/,
|
||||
'git fetch': /^git +fetch *?$/,
|
||||
'git pull': /^git +pull($|\s)/,
|
||||
'git clone': /^git +clone *?$/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue