mirror of
https://github.com/di-sukharev/opencommit.git
synced 2026-04-20 03:02:51 -04:00
build
This commit is contained in:
@@ -28010,7 +28010,7 @@ async function improveCommitMessagesWithRebase({
|
||||
await execa("git", ["checkout", source]);
|
||||
await execa("git", ["rebase", lastCommit.sha]);
|
||||
ce("Force pushing interactively rebased commits into remote origin.");
|
||||
await execa("git", ["push", "origin", `+${context.ref}`]);
|
||||
await execa("git", ["push", "origin", `+${source}`]);
|
||||
ce("Done \u23F1\uFE0F");
|
||||
}
|
||||
async function run(retries = 3) {
|
||||
|
||||
Reference in New Issue
Block a user