본문 바로가기
git&gitHub

Git 다운 설치 설정

by dev정리 2022. 8. 7.

 

 

Git

 

git-scm.com

git 홈페이지 에서 다운

 

 

 

디폴트로 그냥 next를 계속 누르며 설치

 

Git Bash 실행

 

git --version

버전 확인으로 Git 설치 확인

 

유저 이름과 이메일 설정

 

git config --global user.name 이름
git config --global user.email 이메일

-확인-
git config user.name
git config user.email