How to configure GitHub in Visual Studio 2013 (Share project on Local network)

1

How to configure GitHub (Version 2.26) in Visual Studio 2013 (in VST 2013 in Solution Explorer / Team Explorer) to share a project on the local network?

    
asked by anonymous 21.05.2015 / 19:12

1 answer

1

GitHub is a hosting service, you will not configure it in Visual Studio! What you have to do is clone the repository and then push it to GitHub.

  • Click Connect to Team Projects
  • ClickClone
  • Follow the normal Git process ... If you have no experience with Git I wrote a post basic Git ... for those coming from TFVC, or Source Safe, or SVN , has 3 parts.

        
    22.05.2015 / 03:54