Skip to content

Commit a19c09e

Browse files
committed
feat: ✨Prompt when password needed
1 parent 31fa115 commit a19c09e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/git/commands/gitPush.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ export default async() => {
1919

2020
const remote = await getRemote();
2121

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

0 commit comments

Comments
 (0)