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?
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?
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.
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 visual-studio-2013 github
You are not signed in. Login or sign up in order to post.
See if this helps: http://michaelcrump.net/setting-up-github-to-work-with-visual-studio-2013-step-by-step/
– Marcus Vinicius