본문 바로가기

Git & Github

[Git] Git 설치(Windows)

01. Git 설치 확인

 

 

명령 프롬프트에서 git을 입력해보고 컴퓨터에 Git이 이미 설치 되어있는지 확인합니다.

 

 

 

02. 설치

 

 

명령 프롬프트에 Git 명령어에 대한 안내가 나오지 않는다면 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

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

03. Git 설치 확인

 

 

설치가 완료됐으면, Git이 정상적으로 설치됐는지 확인합니다. 

 

 

Git Bash에 git을 입력 후 Git에 대한 명령어에 대한 안내가 나옵니다.