We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31fa115 commit a19c09eCopy full SHA for a19c09e
src/git/commands/gitPush.js
@@ -19,5 +19,5 @@ export default async() => {
19
20
const remote = await getRemote();
21
22
- return await execa('git', ['push', remote, branch, '--follow-tag']);
+ return await execa('git', ['push', remote, branch, '--follow-tag'], { stdio: 'inherit' });
23
};
0 commit comments