Tag Archives: git

GIT 설치

  GIT를 컴파일하는데 필요한 의존적인 라이브러리를 모두 설치 # yum install curl-devel expat-devel gettext-devel openssl-devel zlib-devel GIT 사이트 : http://git-scm.com/download # wget http://kernel.org/pub/software/scm/git/git-1.7.3.5.tar.bz2 # tar -xvf git-1.7.3.5.tar.bz2 # cd git-1.7.3.5 # make prefix=/usr/local all # make prefix=/usr/local install $ git … Continue reading

Posted in SCM/ITS | Tagged , , | Leave a comment

GIT – 분산 버전 관리 시스템 SVN

  요즘엔 분산 버전 관리 시스템중에 하나인 git가 대세인가보다.. 리누즈 토발즈 git 발표 http://git.or.cz/gitwiki/LinusTalk200705Transcript Git Benchmarks http://git.or.cz/gitwiki/GitBenchmarks trac Git 플러그인 http://trac-hacks.org/wiki/GitPlugin gforge Git 플러그인 http://gforge.com/gf/project/scmgit/ Why Git is Better than X http://whygitisbetterthanx.com/ Perl 5 now uses Git for version control … Continue reading

Posted in SCM/ITS, Util/Tools | Tagged , , , , | Leave a comment