As mentioned in the title, Is it possible to change the action of that BIG Button that says Commit
to Commit and Push
? That way, I need not do one additional action i.e. push
every time I make a commit.
The Git extension allows to set a Post Commit command. Which changes the wanted big button to 'Commit & Push' :)
Navigate there and set it to 'push':
Settings -> Extension -> Git -> Post Commit Command
Settings are located under: CTRL+SHIFT-P, Preferences: Open User Settings
Or change it in you settings.json:
"git.postCommitCommand": "push"
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With