Problem
You have a git repository on your system and you open a solution under TFS. After opening your project you found that your project is aggregated by GIT not TFS. Therefore, you can commit the TFS project to the cloud
Possible Cause
This is because your repository on GIT and repository on TFS is on similar or children directory. For example, your GIT folder is on C:/project/ while your T...
[More]
Some introduction
Visual Studio give you cool features namely continuous integration. It is not new feature, however on new roll up of visual studio system they really exposed in the new homepage of your project.
Here are some scenario that you want to expect from continuous integration
Automatically build your solution when any developer do the checkout and monitor it the result on integra...
[More]