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

前端 未结 8 663
余生分开走
余生分开走 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:54

    • From the Team Explorer menu click "add" under the Git repository section (you'll need to add the solution directory to the Local Git Repository)
    • Open the solution from Team Explorer (right click on the added solution - open)
    • Click on the commit button and look for the link "push"

    Visual Studio should now ask your GitHub credentials and then proceed to upload your solution.

    Since I have my Windows account connected to Visual Studio to work with Team Foundation I don't know if it works without an account, Visual Studio will keep track of who commits so if you are not logged in it will probably ask you to first.

提交回复
热议问题