1
0

auto-git:

[change] main.js
This commit is contained in:
2025-06-01 09:46:37 +02:00
parent b45223799f
commit 59ceaa13ae

View File

@@ -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: {