mirror of
https://github.com/di-sukharev/opencommit.git
synced 2026-04-20 03:02:51 -04:00
build
This commit is contained in:
@@ -27308,7 +27308,8 @@ async function improveCommitMessagesWithRebase({
|
||||
ce(`!!!done: ${done1}`);
|
||||
commitsToImprove.forEach((_commit, i2) => (0, import_fs2.unlinkSync)(`./commit-${i2}.txt`));
|
||||
ce("Force pushing interactively rebased commits into remote origin.");
|
||||
await import_exec.default.exec("git", ["push", "origin", `+${source}`]);
|
||||
await import_exec.default.exec("git", ["status"]);
|
||||
await import_exec.default.exec("git", ["push", "origin", `--force`]);
|
||||
ce("Done \u23F1\uFE0F");
|
||||
}
|
||||
async function run(retries = 3) {
|
||||
|
||||
Reference in New Issue
Block a user