How to set up Github in Visual Studio 2013 (Share project on Local network)

Asked

Viewed 1,305 times

1

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

  • See if this helps: http://michaelcrump.net/setting-up-github-to-work-with-visual-studio-2013-step-by-step/

1 answer

1


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

  1. Click Connect to Team Projects Connect to Team Project
  2. Click on Clone

Clique em Clone

Follow the normal Git process... If you don’t have Git experience I wrote a post Basic git... for anyone coming from TFVC, or Source Safe, or SVN, has 3 parts.

  • Thank you Brandão! I will study your post, I really have no experience with Git!

Browser other questions tagged

You are not signed in. Login or sign up in order to post.