How do I add an existing Solution to GitHub from Visual Studio 2013

前端 未结 8 640
余生分开走
余生分开走 2020-11-29 14:43

I have looked through many web pages on the new Git integration in VS 2013 and they do not deal with adding an existing solution to Github. In fact I can\'t find much on us

8条回答
  •  醉梦人生
    2020-11-29 14:59

    There is a lot easier way to do this that doesn't even require you to do anything outside Visual Studio.

    • Open your project in Visual Studio
    • File> Add to source control
    • Open Team Explorer, click on Home button, proceed to "Sync" and there you'd find the "Publish to GitHub". Click on "Get Started"
    • Type title of your repository and description (optionally).
    • Click on "Publish"

    That's all. Visual Studio github plugin automatically created repository for you and configured everything. Now just click on Home and choose "Changes" tab and finally commit your first commit.

提交回复
热议问题