Saying hello to "Git Hub" ..

Hi guys, let me introduce GIT- a server which is on the web where we can submit our open source projects so the other developers can use them later.GIT was created by Linus Torvalds. The language which has been used for this is Perl and C. 

GIT is a Distributed Version Control System which you can use to maintain versions of your codebase. To use GIT, first you have to install it. I will tell how to do it in Windows 7 environment,

Step 1: Download the very latest GIT preview. http://msysgit.github.io/ 

Step 2: Install the GIT exe

Step 3:After installing , go to the command prompt and type " git --version ". 

If it shows the version you installed that means you are good to go with GIT  :) Then you need to configure your GIT 
Then you have various type of commands to do cool features in the GIT.

This is how it looked when I installed and entered my user name and email address 

Comments

Popular posts from this blog