diff --git a/main.js b/main.js index e3775fd..972e978 100644 --- a/main.js +++ b/main.js @@ -968,7 +968,7 @@ async function rewordCommitsSequentially(repoPath, commitMessageMap, hashes) { // await auf Promise – aber OHNE zweiten for! await new Promise((resolve, reject) => { const proc = spawn('git', [ - 'rebase', '-i', `${hash}^` + 'rebase', '--continue', '-i', `${hash}^` ], { cwd: repoPath, env: {