GIT 환경 구성
이하 두 사이트에서 각각 GIT와 TortoiseGIT를 받아서 설치한다.
GIT 프레임 모듈 : http://code.google.com/p/msysgit/
GIT GUI : http://code.google.com/p/tortoisegit/
Visual Studio GIT 확장 모듈 설치
이하 사이트에서 Visual Studio를 위한 확장 모듈을 설치한다.
Visual Studio Extensions - Git Source Control Provider (VS2010, VS2012)
Download : http://visualstudiogallery.msdn.microsoft.com/63a7e40d-4d71-4fbb-a23b-d262124b8f4c
Visual Studio Extensions - Git Source Control Provider (VS2008)
http://gitscc.codeplex.com/releases/view/46589
Visual Studio 2010 버전 제어 제공자 변경
Visual Studio 2010 상단의 도구 > 옵션을 들어가 Source Control을 선택하여 GIT Source Control Provider를 선택한다
GIT Source Control Provider Option 화면에서 프로그램 경로를 지정한다.
GIT 를 사용하는 Project 생성
GIT Repository 경로 아래 Visual Studio 2010 프로젝트를 생성한다.
Create GIT Repository
GIT 저장소를 생성한다.
GIT Repository 를 통해 버전 제어가 되는 것을 확인할 수 있다.
GIT를 사용한 Online Project
http://www.github.com , http://code.google.com 등 다양한 사이트에서 Project를 버전 관리할 수 있다.