You can modify this behavior in your settings.json file by altering the git.postCommitCommand setting.
The setting calls an action after a commit:
"none" – No additional action (the "old" behavior)."push" – Automatically pushes your commit."sync" – Automatically runs a sync, which both pulls and pushes.