I got asked for a 60 second intro to using TFS-Git.

1. Go to your personal TFS (e.g. adamstephensen.visualstudio.com)

 

2. Create a new Team Project

clip_image0022

Figure: Click on New under Recent projects  & teams


clip_image0041
Figure: Enter the name of the Team Project (E.g. FireBootCamp)
Select Git as the version control system.
Select Create project

 

3. Clone your Repository locally


clip_image0062
Figure: In Visual Studio, open Team Explorer and click Select Team Projects


clip_image0081
Figure: Select the team foundation server to connect to, select the team project and then click Connect


clip_image0102
Figure: Right click on the Repository and select Clone


clip_image0122
Figure: Enter the path to the local repository and click the Clone button

 

4. Add your MVC project to the Repo


clip_image0141
Figure: Create the MVC Project


clip_image0162
Figure: Right click on the Solution file and click Commit


clip_image0182
Figure: Enter a comment and click Commit and Sync