git | github

git bash 환경설정

공부 기록장 2024. 1. 27. 21:23

1. 유저 이름 설정

git config --global user.name "your_name"

 

 

2. 유저 이메일 설정

git config --global user.email "your_email"

 

 

3. 정보 확인하기

git config --list

중간에서 밑 부분 사이에 user.name 과 user.email 이 잘 설정되었는지 확인