mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-26 07:58:34 +02:00
git originInit
This commit is contained in:
parent
90b8679d19
commit
9173e75c1a
6 changed files with 230 additions and 169 deletions
|
@ -61,7 +61,8 @@ var regexMap = {
|
|||
'git merge': /^git +merge($|\s)/,
|
||||
'git show': /^git +show($|\s)/,
|
||||
'git status': /^git +status($|\s)/,
|
||||
'git cherry-pick': /^git +cherry-pick($|\s)/
|
||||
'git cherry-pick': /^git +cherry-pick($|\s)/,
|
||||
'git originInit': /^git +originInit *?$/
|
||||
};
|
||||
|
||||
var parse = function(str) {
|
||||
|
@ -145,7 +146,8 @@ GitOptionParser.prototype.getMasterOptionMap = function() {
|
|||
'-i': false // the mother of all options
|
||||
},
|
||||
revert: {},
|
||||
show: {}
|
||||
show: {},
|
||||
originInit: {}
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue