개발환경 & 도구

[설치 가이드] Git 다운로드

1학년 2024. 9. 2. 15:14

git 설치 파일을 다운로드하기 위해 다운로드 사이트에 들어간다

https://git-scm.com/downloads

 

Git - Downloads

Downloads macOS Windows Linux/Unix Older releases are available and the Git source repository is on GitHub. GUI Clients Git comes with built-in GUI tools (git-gui, gitk), but there are several third-party tools for users looking for a platform-specific exp

git-scm.com

자기에게 맞는 OS를 선택

위와 같은 화면에서 standalone installer 부분에 맞는 설치파일을 클릭해준다.

다운로드 후 실행 -> Next -> git 파일 저장 위치 선택 -> Next

나는 따로 추가해주지는 않았다. 

On the Desktop : 바탕화면에 바로가기 생성

Check daily for Git for Windows updates : 매일 업데이트 확인, 새로운 버전 출시되면 알림을 통해 알려줌

Add a Git Bash profile to Windows Terminal : windows terminal에 git bash 프로파일 추가

 

-> Next

git 시작 메뉴 폴더 선택 -> Next

git을 사용할 기본 에디터 선택 

vscode를 자주 사용하기 때문에 use visual studio code as git's default editor 선택

 

 

git 분기 이름을 기본 master로 사용할 것인지에 대한 질문이다.

Path 환경 조정 설정

ssh 실행 도구 선택

오픈 라이브러리 선택

Next

Next

Next

Next

실험적 기능 들을 사용할 것인지 물어보는 곳이다. 

-> Install