Skip to content

Commit e7759ee

Browse files
committed
misc: mark frustration at repo.checkoutRef
Signed-off-by: Kipras Melnikovas <kipras@kipras.org>
1 parent fb26a7a commit e7759ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-stacked-rebase.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ export const gitStackedRebase = async (
351351

352352
console.log({ commitShaOfInitialBranch });
353353

354-
await repo.checkoutRef(initialBranch);
354+
await repo.checkoutRef(initialBranch); /** TODO wtf */
355355
// repo.rebaseBranches()
356356

357357
// const headName: string = (await (await repo.getHeadCommit()).sha()) + "\n";

0 commit comments

Comments
 (0)