The previous article describes how to install and configure git in windows, and details how to connect to GitHub.
Here we will explain in detail how to use GitHub in Visual Studio. This is also a simple git tutorial.
Note: Very simple tutorial
I. Prepare tools
In the previous article, we have installed git extensions and tortoisegit. Here we want to install a plug-in for Visual Studio for git.
Git source control provider, open the http://visualstudiogallery.msdn.microsoft.com/search for the "Git" keyword to search for the plug-in.
2. Configure source code management tools
3. Configure account Association
Iv. Use
The next thing is simple. Create a copy of the folder pull, modify the file, commit file, and push it to the server.
V. Summary
OK. Git is completely written. In fact, it is similar to other version controls. You can also use git Bash to directly write command lines.
Reprinted: http://www.cnblogs.com/sorex/archive/2011/08/11/2134642.html
The previous article describes how to install and configure git in windows, and details how to connect to GitHub.
Here we will explain in detail how to use GitHub in Visual Studio. This is also a simple git tutorial.
Note: Very simple tutorial
I. Prepare tools
In the previous article, we have installed git extensions and tortoisegit. Here we want to install a plug-in for Visual Studio for git.
Git source control provider, open the http://visualstudiogallery.msdn.microsoft.com/search for the "Git" keyword to search for the plug-in.
2. Configure source code management tools
3. Configure account Association
Iv. Use
The next thing is simple. Create a copy of the folder pull, modify the file, commit file, and push it to the server.
V. Summary
OK. Git is completely written. In fact, it is similar to other version controls. You can also use git Bash to directly write command lines.