git - 간편 안내서
Git 분산형 버전 관리 시스템 DVCS, Distributed Version Control System C언어로 구현됨 죠은글 참고 : http://blog.benelog.net/2937766 이클립스 설정 : http://www.vogella.com/articles/EGit/article.html 설정글 : http://www.dreamy.pe.kr/zbxe/CodeClip/95408 OS X용 git 다운로드 Windows용 git 다운로드 Linux용 git 다운로드 새로운 저장소 만들기 폴더를 하나 만들고, 그 안에서 아래 명령을 실행하세요. git init 새로운 git 저장소가 만들어집니다. 저장소 받아오기 로컬 저장소를 복제(clone)하려면 아래 명령을 실행하세요. git clone /로..
2013.07.03