개발일기

23.07.11 부트캠프 2일차 TIL 플러터 개발일기 깃허브 Git 메일 주소 사용자 이름 확인 및 변경 (git config --global user)

빛나는맛과탕탕 2023. 7. 11. 09:42
반응형

 

git config --list

 

사용자 이름 이메일 바꾸는 명령어

 

git config --global user.name "example"

git config --global user.email "sample@naver.com"

반응형