We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80af985 commit 40840eaCopy full SHA for 40840ea
index.js
@@ -195,7 +195,7 @@ if (options['dry-run'] && !options.silent) {
195
} else if (!nbNewCommits && !options.silent) {
196
console.log('Nothing to do');
197
} else {
198
- let pushCommand = `cd ${options.destination} && git push origin master`;
+ let pushCommand = `cd ${options.destination} && git push origin main`;
199
200
if (options.force || options.reset) {
201
pushCommand += ' -f';
0 commit comments