I cannot push to Github from Visual Studio Code (version 0.5.0). I didn't find any explanation how to set it. It works fine from the console, but I would be happy to know why it doesn't work from VSCode.
What it looks like:
VSCode looks at whether the branch has an upstream link.
If you want to push/pull your master branch to origin/master, you can run the following command and set the upstream link:
git branch -u origin/master master
From then on VSCode will enable those actions for the master branch.
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