Skip to content

Commit

Permalink
feat: ✨Prompt when password needed
Browse files Browse the repository at this point in the history
  • Loading branch information
vivaxy committed May 27, 2017
1 parent 31fa115 commit a19c09e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/git/commands/gitPush.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ export default async() => {

const remote = await getRemote();

return await execa('git', ['push', remote, branch, '--follow-tag']);
return await execa('git', ['push', remote, branch, '--follow-tag'], { stdio: 'inherit' });
};

0 comments on commit a19c09e

Please sign in to comment.