mirror of
https://github.com/di-sukharev/opencommit.git
synced 2026-04-20 03:02:51 -04:00
build
This commit is contained in:
@@ -112,6 +112,8 @@ async function improveCommitMessagesWithRebase(commits: CommitsArray) {
|
||||
outro(
|
||||
`Starting interactive rebase: "$ rebase -i ${commitsToImprove[0].parents[0].sha}".`
|
||||
);
|
||||
|
||||
await execa('git', ['fetch', 'origin', 'master']);
|
||||
await execa('git', ['rebase', '-i', commitsToImprove[0].parents[0].sha]);
|
||||
|
||||
for (const commit of commitsToImprove) {
|
||||
|
||||
Reference in New Issue
Block a user