etc
내가 찾던 버전관리 시스템 git
ppiazi
2010. 2. 4. 17:42
지금 다니고 있는 회사에서 2년 넘도록 subversion을 사용하고 있다.
다 좋은데 업무 특성 상 사이트에 나가서 디버깅 및 소스 수정을 해야하는 시간이 많은 만큼
오프라인에서의 소스 이력 관리가 힘들었었다.
그러다가 만난것이 git.
근래에 한글 번역서도 출간되었다.
"git, 분산 버전 관리 시스템" :
봐야하는 온라인 링크들이다.
툴과 관련 사이트
다 좋은데 업무 특성 상 사이트에 나가서 디버깅 및 소스 수정을 해야하는 시간이 많은 만큼
오프라인에서의 소스 이력 관리가 힘들었었다.
그러다가 만난것이 git.
근래에 한글 번역서도 출간되었다.
"git, 분산 버전 관리 시스템" :
http://book.naver.com/bookdb/book_detail.nhn?bid=6229324
봐야하는 온라인 링크들이다.
- Why git is better : http://whygitisbetterthanx.com/#
- SVN Crash Course : http://git-scm.com/course/svn.html
- git official tutorial : http://www.kernel.org/pub/software/scm/git/docs/gittutorial.html
- Distributed Version Control Systems : http://www.infoq.com/articles/dvcs-guide
- Pro git : http://progit.org/book/
- Git으로 인한 분산 웹 개발 환경의 변화 : http://www.ibm.com/developerworks/kr/library/wa-git/index.html
- Git Magic : http://www-cs-students.stanford.edu/~blynn/gitmagic/book.pdf
- Git User's Manual : http://www.kernel.org/pub/software/scm/git/docs/user-manual.html
툴과 관련 사이트
- Tortoisegit : http://code.google.com/p/tortoisegit/
- trac git plugin : http://trac-hacks.org/wiki/GitPlugin