Menu

Install Git 2.7.0 on Ubuntu & LinuxMint

Git has released 2.7.0 version on Jan 04, 2016. Git is a free and open source distributed version control system . Git 2.7 comes with the large number of updates verses previous release 2.6. It is designed to handle a small to very large projects with speed and efficiency. To know more about Git 2.7.0 read Git release notes.

This article will help you to install recent version of Git core software on your Ubuntu 16.04 LTS, 15.10, 15.04, 14.10, 14.04 LTS & 12.04 LTS systems using PPA

Install GIT

Git Core PPA repository is maintain by team on launchpad. Execute following commands one by one in a sequence to add ppa in our system and install Latest git version.
$ sudo add-apt-repository ppa:git-core/ppa
$ sudo apt-get update
$ sudo apt-get install git  

Check GIT Version

To check current version installed of Git use following command.
$ git --version

git version 2.7.0



HackTheSec
HackTheSecTwitter
www.hackthesec.co.in

About Author:


I am a Linux Administrator and Security Expert with this site i can help lot's of people about linux knowladge and as per security expert i also intersted about hacking related news.TwitterFacebook

Next
Newer Post
Previous
Older Post

0 comments:

Post a Comment

 
Top