I am attempting to use an existing GIT setup within VS2013 using Tools for Git extension.
I believe the repositories and remotes are setup correctly because I can do what I need to using GitShell -- this has not presented any difficulties.
I have a local repository and inside of Team Explorer the master
branch is shown as an Unpublished Branch. When I right-click and choose Publish Branch a progress bar is displayed briefly and then the message:
Successfully published branch master to .
(please note the period '.' at the end)
But the branch remains in the Unpublished Branch section. Repeated attempts produce the same non-result.
What is wrong here? What can do I break out of this catch-22?