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

Posted by 공놀이나하여보세
,