GIT is an popular open source distributed version control system. Git designed to handle everything from small to very large projects with speed and efficiency.
Image may be NSFW.
Clik here to view.
Install Git on linux
$ apt-get install git
OR
$ yum install git
Install git on Windows
Git is providing installable exe to install GIT on windows, There are also a few ways to install Git on Windows. The most official build is available for download on the Git website. Just go to http://git-scm.com/download/win and the download will start automatically. The installer includes a command line version of Git as well as the GUI.
There are following steps need to install git on your machines:
Step 1: Go to GIT download page -> Select “Windows”.It will download automatically.
Step 2: Click on the above downloaded exe.
Stpe 3: Read the license agreement.
Step 4: Select Destination folder: By default this will be installed under “C:\Program Files\Git”
Step 5: Select Components : use default component.
Step 6: Adjusting your PATH environment: Use the default selection “Use Git Bash Only”.
Step 7: Choosing the SSH executable: Use the default “Use OpenSSH”.
Step 8: Configuring the line ending conversions: use default selection
Step 9: installing will continue which will show as progress bar.
After successfully installation you can navigate your installed git location (C:\Program Files\Git
) and right click here, Now you can see option get GUI, GIT bash.
Image may be NSFW.
Clik here to view.