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