1
0

Add notification on repo update

This commit is contained in:
2025-05-31 20:53:29 +02:00
parent 9c309b8f18
commit 460c5d1e79

View File

@@ -538,6 +538,7 @@ async function rewordCommitsSequentially(repoPath, commitMessageMap, hashes) {
console.log(`[AutoGit] Reworded commit ${hash}`);
}
console.log('[AutoGit] All specified commit messages updated!');
win.webContents.send('repo-updated', folder);
}
//---- 6. Workflow ----