This commit is contained in:
di-sukharev
2023-05-20 21:26:22 +08:00
parent a17462e9a2
commit 3d199eb6d3
2 changed files with 4 additions and 2 deletions

View File

@@ -142,9 +142,9 @@ async function improveCommitMessagesWithRebase({
);
// fetch all commits inside the process
await exec.exec('git', ['checkout', source]);
await exec.exec('git', ['fetch', '--all']);
// await exec.exec('git', ['checkout', source]);
await exec.exec('git', ['pull']);
await exec.exec('git', ['rebase', '-i', commitsToImprove[0].sha], {
env: {