To update git to newer version in ubuntu
- sudo add-apt-repository ppa:git-core/ppa
- sudo apt-get update
- sudo apt-get install git
i am using ubuntu 10.04.2 Lucid
이렇게 하면 된다..
2012.02.09 09:58 Edit
우분투에 같이 오는 git 버전이 낮아서..
To update git to newer version in ubuntu
i am using ubuntu 10.04.2 Lucid
이렇게 하면 된다..