본문 바로가기
참고/GITHUB

[GITHUB] GIT 설치 for Window

by Foxy현 2022. 12. 23.
728x90
반응형

안녕하세요!

오늘은 프로젝트의 버전들을 관리하는 GIT을 설치하는 방법에 대해 알아보겠습니다!

또 다음 글에서는 Mac을 위한 GIT 설치법에 대해 다루겠습니다

 

1. GIT 설치

https://git-scm.com/

 

Git

 

git-scm.com

 

Download 버튼을 누르고 설치 창이 나오면 GIT BASH에 대한 부분을 반드시 포함합니다.

전부 기본 설정 그대로 유지하시면 됩니다~

2. 설치 확인

Git Bash를 켜고,

git --version

버전에 대한 정보가 나온다면 설치 완료!

 

3. SourceTree 설치

https://sourcetreeapp.com/

 

Sourcetree | Free Git GUI for Mac and Windows

A Git GUI that offers a visual representation of your repositories. Sourcetree is a free Git client for Windows and Mac.

www.sourcetreeapp.com

다운로드하고, BitBucket에 대한 설정 부분은 그냥 건너뛰셔야합니다!

다음 페이지에서 나오는 Mercurial 체크는 풀어주도록 합시다

 

4. Visual Studio 설치

https://code.visualstudio.com/

 

Visual Studio Code - Code Editing. Redefined

Visual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud applications.  Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows.

code.visualstudio.com

 

(선택 사항)

설치 후, VSCODE에 들어가서

ctrl + shift + p => Terminal : Select Default Profile 클릭하여 GIT bash로 설정

 

 


이상으로 GIT 세팅 작업이 마무리가 됐습니다!

 

 

 

 

 

728x90
반응형