I have git integration set up with Visual Studio Code. I can commit just fine (so I think my credentials are set up correctly), and I can use git push
from the command-line.
But, for some reason, Sync
, Pull
, and Push
are all disabled (greyed out) in the Git section. What am I missing?
Edit: I'm on Ubuntu 12.04, if that matters.
git branch --set-upstream-to origin/my_branch
Or
git branch -u origin/my_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