You can start using the decentralized version control Github before writing your first line of code with virtually at no cost or risk.
You get many benefits, including the ability to return to a state earlier known every time you encounter a problem. When you need to switch among contexts, you can quickly create a private local branch. Later, you can publish the branch or delete it.
You can use Visual Studio and Git to collaborate with your team using Team Foundation Server.
Before beginning you need
Visual Studio 2013.
What to doGet access to a team project:
Visit
https://github.com/Create a Github account.
Create New Directory:
Open Visual Studio 2013 Professional:
Add a "Button" and a "Label".
Double-click on the Button and write the command:
Label.text = "Hello Tek Up";
"File" -> "Add to Source Control".
Choose GIT:
Paste the directory link:
Click "Changes":
Then synchronize with GitHub.