Tortoisegit installation and use of graphics and text tutorials
Tortoisegit, sourcetree are good git client tools under Windows, and here's how to install and use Tortoisegit.
Installing tortoisegit and using it requires two software: Tortoisegit and Msysgit.
1, download software
Tortoisegit website Download Address: https://code.google.com/p/tortoisegit/wiki/Download?tm=2
Msysgit website Download Address: http://msysgit.github.com/
The downloaded versions are: Tortoisegit 1.8.7.0-64-bit and Git-1.9.0-preview20140217.exe
Of course, if you see this tutorial, you may already have a newer version, then you can choose the version you want. Download Tortoisegit's address can also download the Chinese language pack.
2. Installation software
This actually really has nothing to say, first installs Git-1.9.0, then installs TortoiseGit-1.8.7. And then there's no problem. You can also install a language pack.
3. Use Tortoisegit
First in the Tortoisegit installation directory to find settings, open the interface, find general, click the "Check Now" button, you can see the current git version. This shows that your configuration is OK, you can start the next step.
4, created version of the library
In the project folder with the right mouse click, you can see GIT and tortoisegit has been embedded right, select "Git Create repository Here", and then click the "OK" button, and then click "Proceed", which will be in the project file created a ". Git's hidden directory.
5, set Tortoisegit
right mouse button, select "Tortoisegit"-> "Settings", in "User Info" enter name and email. Click Remote to enter a name at remote, URL to enter Git's https or SSH address. Click the "Add New/save" button to add an item.
This download and install the configuration tortoisegit is completed, the following is the use of detailed, not one by one.