-1

I am strucking an issue in exporting an existing solution to GitHub from Visual Studio 2013. I referred the following link , but 3 rd point onwards am not understanding.the following are the link : How do I add an existing Solution to GitHub from Visual Studio 2013.

Please, can any one suggest me to push my code into github with briefly or share me the links regarding this.

Community
  • 1
  • 1
Sandeep S
  • 3
  • 1
  • Hi Sandeep, please post the question to the author there itself here - http://stackoverflow.com/questions/19982053/how-do-i-add-an-existing-solution-to-github-from-visual-studio-2013. You can also refer to the following url - http://michaelcrump.net/setting-up-github-to-work-with-visual-studio-2013-step-by-step/. Hope it helps. – kinshuk4 Oct 07 '15 at 07:06
  • Thanks michael , this will helps me – Sandeep S Oct 07 '15 at 09:07
  • Thanks kinshuk4, this will helps me. – Sandeep S Oct 07 '15 at 09:07
  • Great thanks Kinshuk4, this link works for me http://michaelcrump.net/setting-up-github-to-work-with-visual-studio-2013-step-by-step/ – Sandeep S Oct 07 '15 at 14:03
  • My pleasure Sandeep. – kinshuk4 Oct 07 '15 at 14:54

1 Answers1

0

Make sure Microsoft Git Provider is selected in Visual Studio's Options / Source Control.

Perttu Haliseva
  • 530
  • 5
  • 16