깃 사용자 정보 조회 및 수정
·
프로그래밍 일기/Git
git config --list 사용자 정보 조회 git config --global user.name "사용자명" git config --global user.email "사용자 이메일" 사용자 수정 git config --unset --global user.name git config --unset --global user.email 사용자 삭제