I\'m not getting something about Visual Studio\'s Git for TFS.
I cloned a colleague\'s solution in Git on TFS and started adding code. I then realised that I needed
I'm using VS 2015 Update 1 and also meet this problem. Furthermore, at the same time, the VS' output window told me my VC.opendb file under the solution folder is occupied by another program. According to this, I fixed the issue of occupying: add *.VC.opendb and *.VC.db to the .gitignore file. Then everything goes well.