mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-11 07:04:26 +02:00
moving to interactive rebasing
This commit is contained in:
parent
7e28fd8452
commit
0674d77fed
5 changed files with 50 additions and 17 deletions
|
@ -264,7 +264,9 @@ OptionParser.prototype.getMasterOptionMap = function() {
|
|||
'--soft': false, // this will raise an error but we catch it in gitEngine
|
||||
},
|
||||
merge: {},
|
||||
rebase: {},
|
||||
rebase: {
|
||||
'-i': false // the mother of all options
|
||||
},
|
||||
revert: {},
|
||||
show: {}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue