본문 바로가기

카테고리 없음

[Git] git config username, email 확인 및 변경

확인

 

git config --global user.name

 

변경

git config --global user.name <변경할 이름>

email은 user.name 대신 user.email로 진행