반응형
# 배경
이메일 주소를 변경하고 싶었다.
# 방법
git config --global user.email [이메일 주소]
git config --global user.name [이름]
반응형
'Study > GIT' 카테고리의 다른 글
[git] fatal: not a git repository (or any of the parent directories): .git 에러 해결방법 (0) | 2022.12.19 |
---|---|
[Git] connect to host github.com port 22: Operation timed out 해결 방안 (0) | 2022.10.03 |
[Git] 브랜치 삭제 방법 (0) | 2022.09.18 |
[Git] Git에 불필요한 파일 제외하는 방법 (0) | 2022.08.16 |
[git] 원하는 브랜치 clone 받기 (0) | 2022.07.25 |