Kamis, 14 April 2016

How To Updrade or Install Git to Latest Version


Install Git via package-management once and you will be always have last updates.

Just run this commands to install/upgrade current version:

sudo apt-get install python-software-properties
sudo add-apt-repository ppa:git-core/ppa
sudo apt-get update
 
and then choose one of this command for your need : 
For new installation :
 
sudo apt-get install git
 
For Upgrade to Latest :
 
sudo apt-get upgrade git 
 
After that you should have this result:
 
$ git --version 
git version 2.0.4

How To Updrade or Install Git to Latest Version Rating: 4.5 Diposkan Oleh: loliktry

0 komentar:

Posting Komentar

Entri yang Diunggulkan

How To Use Git on oh-my-zsh version

Popular Posts