mirror of
https://github.com/di-sukharev/opencommit.git
synced 2026-04-20 03:02:51 -04:00
build
This commit is contained in:
@@ -175,7 +175,7 @@ async function improveCommitMessagesWithRebase({
|
||||
outro('Force pushing interactively rebased commits into remote origin.');
|
||||
|
||||
// Force push the rebased commits
|
||||
await execa('git', ['push', 'origin', `+${context.ref}`]);
|
||||
await execa('git', ['push', 'origin', `+${source}`]);
|
||||
|
||||
outro('Done ⏱️');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user