Pages

Monday, 9 December 2013

GIT Part 2

Getting started 

Let’s get started with GIT. We will start with installing. You can download it from here
Git-1.8.4-preview20130916.exe
We will be using windows. We will not use any third party softwares here, as it slows down the process. 
We will use Git Bash. So go to start and open Git Bash.
In this window type 
ssh-keygen
This command will generate a key. Out of the files that are created in the default folder location, open
the file named “id_rsa.pub”. This file contains the public key.
Now login to your github.com account (assuming that you already have a github account. If not it just takes 2 minutes. Go on and register for your free account on github.com) 
Go to properties >> SSH Key >> Add SSH Key that was created in the previous step (the one which we
created in id_rsa.pub)
Part 3 COMING SOON...

No comments:

Post a Comment