본문 바로가기

Management

Git 관련 정보 정리.

Git 홈페이지 : http://git-scm.com/

Git는 최근에 많이 주목을 받고 있는 프로그램 입니다. Distributed SCM으로 리눅스 기반으로 사용되고 있으며, 최근에는 많은 프로젝트에서 Git을 사용하고 있습니다. 오픈 소스에서는 이미 많이 사용하고 흔히들 SVN ,CVS 기타 소스 관리 버전이라 생각하시면 됩니다.

기본적으로 리눅스에서 설치 해야되지만, 현재 저의 운영체제가 윈도우 기반이라 윈도우에 설치 방법에 대해 올리겠습니다.

Git is..

Git is a free & open source, distributed version control system designed to handle everything from small to very large projects with speed and efficiency.

Every Git clone is a full-fledged repository with complete history and full revision tracking capabilities, not dependent on network access or a central server. Branching and merging are fast and easy to do.

Git is used for version control of files, much like tools such as Mercurial, Bazaar, Subversion, CVS, Perforce, and Visual SourceSafe.


cygwin은 에뮬레이터라 귀찮니즘 발동.. 그러하기에 msysGit을 설치하도록 하겠습니다. Git-1.7.0.2-preview20100309.exe