We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
rebaseChangedLocalHistory
1 parent 701c6e1 commit 749073fCopy full SHA for 749073f
git-stacked-rebase.ts
@@ -575,6 +575,10 @@ export const gitStackedRebase = async (
575
* this logic implies that we should always be doing `--apply`,
576
* TODO thus consider.
577
*
578
+ * note 2.2 / 3.1:
579
+ * oh, we actually should be doing the `--apply` in a lot more cases,
580
+ * e.g. when a local branch is moved (currently we don't!)
581
+ *
582
*/
583
const oldLatestBranchCmd: GoodCommandStacked = goodCommands[oldLatestBranchCmdIndex] as GoodCommandStacked; // TODO TS
584
const newLatestBranchCmd: GoodCommandStacked = goodCommands[newLatestBranchCmdIndex] as GoodCommandStacked; // TODO TS
0 commit comments