TortoiseSVN everyone should be familiar with, the corresponding, Git also has a tool is tortoisegit.
:
http://download.tortoisegit.org/tgit/previews/
Install Tortoisegit:
After the software is installed, it can be used.
1) Clone project from the server
Using "Git Clone", you can download the project from the remote repository (or the server), which is equivalent to "SVN Checkout" in the Image menu above.
The URL can also be specified as the URL for the remote warehouse.
Clone, you can see that a. git hidden directory was created in your project.
2) Configure SSH
This client specifies the use of Puttykey, which is configured with putty:
Find Puttygen in the Start menu:
Click the Generate button to move the mouse over the box area :
Save the private key in PPK format to a custom directory:
For example, the path I saved is under the Tortoisegit installation directory.
3) Configuring the Remote Repository
After configuring, click "Add new/save" button to save.
4) Pull Fetch file
The subsequent operation is similar to the TORTOISESVN.
Use Tortoisegit to perform daily operations