-2

I am using github with visual studio 2013. I have an account and a repository on github. I have committed local changes in visual studio but it's not getting published to online git account.

Error:current branch does not have an upstream branch configured

1 Answers1

2

Try it that way: In the team manager select branches. Select your local branch -> right click and select push.

You should see the result in your console. Please post the error message you are receiving, if this does not work.

Bugfish
  • 725
  • 5
  • 14