mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-11 15:14:27 +02:00
force branch implemented
This commit is contained in:
parent
8f396de98d
commit
338259de12
3 changed files with 75 additions and 10 deletions
|
@ -252,10 +252,12 @@ OptionParser.prototype.getMasterOptionMap = function() {
|
|||
add: {},
|
||||
branch: {
|
||||
'-d': false,
|
||||
'-D': false
|
||||
'-D': false,
|
||||
'-f': false
|
||||
},
|
||||
checkout: {
|
||||
'-b': false
|
||||
'-b': false,
|
||||
'-B': false
|
||||
},
|
||||
reset: {
|
||||
'--hard': false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue