Posts

Showing posts with the label git hub

How to add your .net application to git hub repository

Image
In this blog post I have listed out the steps to be followed while adding your .net application to git hub repository from visual studio IDE.I have listed out the steps using Visual Studio 2012 version. Steps  for later visual studio versions may differ.  Open your .net application in Visual Studio 2012 or in any of later versions. 1) Go to File Menu then click on Add to Source Control. 2) Select the Git radio button(Microsoft Git Provider) from the popup.Click Ok. That will create a local repository. 3) Go to https://github.com/   GitHub website. Login or Register an account.I have a free package selected on my account. 4) Let's start Creating a new repository without selecting the option "Initialize this repository with a README".   Above step will  create an empty repository with no Master branch. Go back to Visual Studio IDE Ensure that we have the Microsoft Git Provider selected under To...