🐾 [Git] git 사용자 이름, 이메일 변경하는 방법
배경
이메일 주소를 변경하고 싶었다.
방법
git config --global user.email [이메일 주소]
git config --global user.name [이름]
이메일 주소를 변경하고 싶었다.
git config --global user.email [이메일 주소]
git config --global user.name [이름]