This commit is contained in:
di-sukharev
2023-05-21 11:46:48 +08:00
parent efdd98318e
commit 1bdcc8adae
2 changed files with 3 additions and 0 deletions

View File

@@ -27296,6 +27296,7 @@ git commit --amend -F commit-$count.txt
echo $(( count + 1 )) > count.txt
`
);
await import_exec.default.exec(`chmod +x ./rebase-exec.sh`);
await execPromise(
`git rebase ${commitsToImprove[0].sha}^ --exec "./rebase-exec.sh"`,
{