ラベル git の投稿を表示しています。 すべての投稿を表示
ラベル git の投稿を表示しています。 すべての投稿を表示

2011年2月11日金曜日

coreserverにgitいれた

wget http://kernel.org/pub/software/scm/git/git-1.7.4.tar.bz2
tar xvjf git-1.7.4.tar.bz2
cd git-1.7.4
./configure --prefix=$HOME/local
make
make install
個人的メモ