There is a \"Push\" menu item, but when I click on it, nothing happens except for a subtle progressing bar showing up and never finished. From Visual Studio Code\'s Docs page, I
Currently, VSCode implements git integration by spawning git
. If git push
works on your command line without prompting for username / password, it should work from VSCode too.
I don't know if setting up SourceTree to not prompt for a username / password is sufficient to get vanilla command line git
not prompt as well.