[Github] Github 계정 변경 방법

minnie·2022년 1월 21일
0
post-thumbnail

Github를 업로드 할 때 계정을 변경해야 할 일이 생겨서 방법을 찾아보았다.

먼저 다음과 같은 명령어로 git에 등록된 이름과 email을 확인해준다.(생략가능)

git config user.name
git config user.email

git 초기 설정 해주는 것처럼 git config --global 명령어를 사용하여 이름과 이메일을 변경시켜주었다.

git config --global user.name 새로운 이름
git config --global user.email 새로운 이메일

더욱 자세한 내용은 아래 참고한 블로그에 작성되어있다.

참고 : https://meaownworld.tistory.com/78

profile
Android Developer

0개의 댓글