Git is a free and opensource distributed version control system designed to handle everything from small to large projects with speed an...

Git is a free and opensource distributed version control system designed to handle everything from small to large projects with speed and efficiency.It is a client for the Popular github.
In this tutorial I will show you how to install git 2.6.0 On Ubuntu 14.04 LTS / 12.04 LTS,LinuxMint and Elementary OS
The Latest version of GIT is 2.6.0 which is a stable version and it is released on 28th Sep 2015
Installation steps
Step 1: Add the Official PPA provided by GIT
sudo add-apt-repository ppa:git-core/ppaStep 2: Update the Repository
sudo apt-get updateStep 3: Install GIT 2.6.0
sudo apt-get install git
COMMENTS