디렉터리를 하나 만들고 들어와서
아래처럼 실행해본다.

\rm -rf * .git
git init
git remote add origin git://github.com/rpetrich/libactivator.git
git fetch
git checkout master

or
마스터 브랜치가 없어서 소스를 못받는거 같으면 아래처럼
존재하는 태그를 본 후 가장 최신거를 받아도 된다.


git tag
git checkout v1.6.2



- Posted using BlogPress from my iPad

+ Recent posts