Tool/Github
Github(깃허브) 간단 사용법
공놀이나하여보세
2015. 3. 25. 21:29
1. 설치
sudo apt-get install git openjdk-7-jdk
2. Clone
git clone https://github.com/.../... .git
3. commit(내가 수정한 것 보내기)
git commit -m ".. "
git push
4.pull(최신 소스 받기)
git pull
잘 정리된 사이트
http://syaku.tistory.com/245