Git Config

gozero·2022년 7월 13일
0

Git Config 리스트 확인

Git Config 리스트 확인

Git Config 설정

git config --global user.name "설정할 이름"
git config --global user.email "설정할 이메일"

Git Config 설정

git config --unset user.name
git config --unset user.email
git config --unset --global user.name
git config --unset --global user.email

global로 설정된 config 사용자를 지울 경우 global 추가

profile
Flutter를 제일 좋아하는 앱 프론트엔드 개발자입니다!

0개의 댓글