Git bash 계정 (아이디 / 이메일) (확인 / 변경) 방법

2021. 8. 23. 19:33git

확인 방법

유저 이름 확인 : 

git config user.name

유저 이메일 확인 :

git config user.email

 

변경 방법

유저 이름 변경 : 

git config --global user.name 변경 이름

유저 이메일 변경 :

git config --global user.email 변경 이메일

 

728x90
반응형