Search code examples
visual-studioversion-controldvcs

Free distributed source control with visual studio integration?


I'm looking to move to distributed source control since I use multiple computers and often work offline. What if any distributed source control systems integrate with visual studio and how good is the integration?


Solution

  • Have you considered using Git? You can host open source projects on github for free.

    For integration please refer to Using Git with Visual Studio which indicates it is possible.