mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-26 07:58:34 +02:00
Changed interactive rebase to rebase the target branch if specified
This commit is contained in:
parent
2bfd12f750
commit
dd58afde76
1 changed files with 1 additions and 1 deletions
|
@ -579,7 +579,7 @@ var commandConfig = {
|
||||||
var generalArgs = command.getGeneralArgs();
|
var generalArgs = command.getGeneralArgs();
|
||||||
|
|
||||||
if (commandOptions['-i']) {
|
if (commandOptions['-i']) {
|
||||||
var args = commandOptions['-i'];
|
var args = commandOptions['-i'].concat(generalArgs);
|
||||||
command.twoArgsImpliedHead(args, ' -i');
|
command.twoArgsImpliedHead(args, ' -i');
|
||||||
engine.rebaseInteractive(
|
engine.rebaseInteractive(
|
||||||
args[0],
|
args[0],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue