2013年6月11日 星期二

How to install the latest stable git release on Ubuntu 10.04 LTS

要在 ubuntu 10.04 的系統裡, 安裝最新的 git 套件, 可以依照底下幾個動作進行。

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


ref: http://adammonsen.com/post/665

沒有留言: