1. 유저 이름 설정
git config --global user.name "your_name"
2. 유저 이메일 설정
git config --global user.email "your_email"
3. 정보 확인하기
git config --list
'git | github' 카테고리의 다른 글
팀프로젝트 git 정리 (0) | 2024.06.24 |
---|---|
IntelliJ 에서 Git Repository 연결 끊기 (0) | 2024.06.24 |
git 용어정리 (0) | 2024.06.24 |
처음으로 코드 업로드 시 명령어 (0) | 2024.01.27 |
깃과 깃허브의 개념과 차이점 (0) | 2024.01.27 |