Menu > System > Git

Gitを使う


最新版を入れる

Ubuntu12.10では2013/3/9現在「git 1:1.7.10.4-1ubuntu1」が入ってしまうので、
バイナリ提供しているところから持ってくるか、自分でビルドするか。
とりあえず持ってくる場合は以下のように追加する。
sudo add-apt-repository "deb http://ppa.launchpad.net/git-core/ppa/ubuntu quantal main"
sudo apt-get update
sudo apt-cache show git-core
Package: git-core
Source: git
~~~~
Version: 1:1.8.1.5-0ppa1~quantal1

1.8のようなのでインストール
sudo apt-get install git

Git-Svn


SubGitを使う



最終更新:2013年03月09日 00:40