This commit is contained in:
RJ Nanjegowda 2024-10-11 16:59:12 -07:00
parent 3b11a10511
commit 47a5e68972

View file

@ -255,6 +255,7 @@ export async function createOrUpdateBranch(
}
}
// Reset the temp branch to the working index
// Fix is to change to temp branch instead of recreating
await git.checkout(tempBranch)
// Reset the base
await git.fetch([`${base}:${base}`], baseRemote, fetchArgs)