Thursday, September 17, 2015

Publishing to GitHub from Visual Studio

If you are interested in publishing one of your Visual Studio projects to GitHub, you can easily do that using the GitHub Extension for Visual Studio which can be downloaded from here: https://visualstudiogallery.msdn.microsoft.com/75be44fb-0794-4391-8865-c3279527e97d

Once you install the GitHub Extension for Visual Studio, you will see something like the following in Visual Studio Team Explorer:







Once you have logged into GitHub with your account, you will get a screen similar to the following:





You can then begin cloning your repositories and committing/syncing your changes back to your GitHub repository!

For detailed steps on how to work with Visual Studio and Git you can check out these articles:

https://visualstudio.github.com/

https://msdn.microsoft.com/Library/vs/alm/Code/git/get-started


No comments:

Post a Comment