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.
repo.checkoutRef
1 parent fb26a7a commit e7759eeCopy full SHA for e7759ee
git-stacked-rebase.ts
@@ -351,7 +351,7 @@ export const gitStackedRebase = async (
351
352
console.log({ commitShaOfInitialBranch });
353
354
- await repo.checkoutRef(initialBranch);
+ await repo.checkoutRef(initialBranch); /** TODO wtf */
355
// repo.rebaseBranches()
356
357
// const headName: string = (await (await repo.getHeadCommit()).sha()) + "\n";
0 commit comments