Http://www.52ml.net/7659.html
Introduced I admit that the more I can make things simple, the more I will use it. Although I already know enough commands to use GitHub, I would prefer it to be integrated into the IDE. In this tutorial, I'll show you how to implement using Visual Studio 2013. Start by creating an arbitrary type of project. In my example, I created a new Windows Phone 8 app. Repeat, it doesn't matter. Select file > Add to Source control as shown below. You'll see an option to choose between TFS and Git. Select " Git " and tick "use it later". Go to github.com and create a new warehouse, named after any name you like. I named " GitHubVS2013 ", the rest by default, and finally click " Create Warehouse " Go to the newly created repository and copy the cloned URL. The next step will be used. You will find the team manager next to solution manager . Click " non-synchronous commit ", add the cloned URL from the previous step and click " Publish ". |
Click the Publish button and you will need to verify your GitHub username and password if you have not used it before. Hello See the following prompt: Ignore and click on the "Sync" button, you will see the following information: Now that your account is connected to the warehouse, you need to upload any unsynchronized submissions. Select "  Home " from Team Explorer and select "  change ". You will now see a list of items and all the files included in the submission. Add a description click "  submit ". You can see that the commit has been created locally, you need to sync the changes to the server, click " sync " To do the job. This displays the uncommitted commits. Click "  sync " To access your Github.com warehouse and your project is already there. |
Change If you switch back to Solution Manager and create a change, you will find a red flag on the file as shown in. The blue keyboard indicates that the file has been checked in. Go back to " Team Explorer " and click " Change ", enter a description and click " Submit ". Again, you are asked whether to synchronize the local library with the server and you need to click " Sync " again. Switch back to GitHub and look at your warehouse, the changes have been reflected. Summarize Okay, sane you. Please bookmark this page and you can follow this wizard when you create a new project. Because if you're like me, after 6 months you'll forget (maybe a minute). ) Thank you for reading. |
Step by step teach you how to use Github on Visual Studio 2013