2014년 1월 27일 월요일

How to install up-to-date git stable release on Ubuntu


How to update git to the newest version of Ubuntu Git Maintainers” team


$ sudo apt-get install python-software-properties
$ sudo add-apt-repository ppa:git-core/ppa
$ sudo apt-get update
$ sudo apt-get install git
$ git --version
git version 1.8.5.2
$

2014년 1월 4일 토요일