Click here to Skip to main content
15,886,840 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hello ,
We are small developpers team and now try to use GIT source control.
we all use visual studio 2013 and i succeded to instal and use git locally.
But now we need to upload the source to the server, so the question is do we need to instal TFS on the server or there is a way not to and still use git.
thank you
Posted

You can use GIT on its own for source code management.You can also use TFS for the same.So TFS is not mandatory while using GIT.
 
Share this answer
 
Git is a local/distributed source control system so you can work and commit offline on your own system.

For teams you want to share your code, so you need a shared repository, so you can use GitHub or Visual Studio online for this.

If you want to be completely local you can install your own Git server like : http://gitblit.com/[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900