2016/01/30 visual studio github와 연동하기
http://stackoverflow.com/questions/19982053/how-do-i-add-an-existing-solution-to-github-from-visual-studio-2013 에 있는 내용
- Open the solution in Visual Studio 2013(same on v2015, 솔루션 열기)
- Select File | Add to Source Control(파일-소스제어)
- Select the Microsoft Git Provider
That creates a local GIT repository
- Surf to GitHub
- Create a new repository DO NOT SELECT Initialize this repository with a README
That creates an empty repository with no Master branch
- Once created open the repository and copy the URL (it's on the right of the screen in the current version)
- Go back to Visual Studio
- Make sure you have the Microsoft Git Provider selected under Tools/Options/Source Control/Plug-in Selection
- Open Team Explorer
- Select Home | Unsynced Commits
- Enter the GitHub URL into the yellow box (use HTTPS URL, not the default shown SSH one)
- Click Publish
- Select Home | Changes
- Add a Commit comment
- Select Commit and Push from the drop down
Your solution is now in GitHub
팀 탐색기에서 동기화 클릭


댓글
댓글 쓰기