Monday, April 20, 2015

Step by Step to Install and Configure TortoiseGIT and Clone a Project

Step 1  :  First Download and Install TortoiseGIT.

Step 2  : Generate ssh keys (public and private keys) using git bash command line
              Use following command to generate the ssh keys.
                           ssh-keygen -t rsa -C "your_email@example.com"

Step 3 : Then add generated public key to project git repository and build the secure linkage.

Step 4 : Then Create a Folder and convert that folder to a git folder.

Step 5 : Then open  that folder and right click and select TortoiseGit -> Settings

Step 6 : Then from the popup window add the remote url and apply and clone the project to your git                 folder                 

No comments:

Post a Comment