mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-26 07:58:34 +02:00
[Origin] Implement basic git fetch force need to fix up animations
This commit is contained in:
parent
3a23973a9a
commit
6080d324ce
9 changed files with 468 additions and 73 deletions
|
@ -63,6 +63,7 @@ var regexMap = {
|
|||
'git status': /^git +status($|\s)/,
|
||||
'git cherry-pick': /^git +cherry-pick($|\s)/,
|
||||
'git fakeTeamwork': /^git +fakeTeamwork *?$/,
|
||||
'git fetch': /^git +fetch *?$/,
|
||||
'git originInit': /^git +originInit *?$/
|
||||
};
|
||||
|
||||
|
@ -149,6 +150,7 @@ GitOptionParser.prototype.getMasterOptionMap = function() {
|
|||
revert: {},
|
||||
show: {},
|
||||
originInit: {},
|
||||
fetch: {},
|
||||
fakeTeamwork: {}
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue