mirror of
https://github.com/di-sukharev/opencommit.git
synced 2026-04-20 03:02:51 -04:00
build
This commit is contained in:
@@ -27998,6 +27998,7 @@ async function improveCommitMessagesWithRebase({
|
||||
const tempFilePath = import_path2.default.join("/tmp", `${commit.sha}.txt`);
|
||||
(0, import_fs2.writeFileSync)(tempFilePath, improvedMessage);
|
||||
console.log({ sha: commit.sha, improvedMessage });
|
||||
await execa("git", ["fetch", "--all"]);
|
||||
await execa("git", [
|
||||
"rebase",
|
||||
"-i",
|
||||
|
||||
Reference in New Issue
Block a user