mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-26 07:58:34 +02:00
fake teamwork done
This commit is contained in:
parent
cbcd489a31
commit
3a23973a9a
7 changed files with 127 additions and 21 deletions
|
@ -62,6 +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 originInit': /^git +originInit *?$/
|
||||
};
|
||||
|
||||
|
@ -147,7 +148,8 @@ GitOptionParser.prototype.getMasterOptionMap = function() {
|
|||
},
|
||||
revert: {},
|
||||
show: {},
|
||||
originInit: {}
|
||||
originInit: {},
|
||||
fakeTeamwork: {}
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue