No matter what I try, this menu item never seems to "enable":
What am I missing? This is in VS 2015 Update1 pointed at a Git repo on TFS 2015.
No matter what I try, this menu item never seems to "enable":
What am I missing? This is in VS 2015 Update1 pointed at a Git repo on TFS 2015.
In my case my local git repository was not "associated" with TFS.
This post helped me discover the solution.
In Team Explorer go to "Manage Connections" -> "Connect to Team Project" which will open this window. From here check the team project that the git repository should be associated with.
After doing so the team project should now show up in the Team Explorer. Right click "Connect" on the newly added team project.
In my case (coming from TFVC), it was because you cannot make pull requests from master to master. Pull requests are for individual branch development only.
It all works fine with my VS 2015 Update1 and TFS2015 update1. Please try to delete your local repository and reconfigure it.
If it still doesn't work, reinstall the VS.