git 계정 변경
- 방법 $ git config --global user.name "이름"
- 방법 $ git config --global user.email "이메일"
git 로컬 계정 변경
- 방법 $ git config --local user.name "이름"
- 방법 $ git config --local user.email "이메일"
반응형
'IT-개발,DB' 카테고리의 다른 글
How to disable "Submit" button and multiple submissions? (0) | 2019.05.25 |
---|---|
COFFEESCRIPT vs JAVASCRIPT - 조건식 오퍼레이터 (0) | 2019.04.10 |
commit messages in Git, Redmine Sync (0) | 2019.04.01 |
Adobe CS3 문제 (0) | 2019.02.10 |
AWS와 함께 하는 클라우드 컴퓨팅 (0) | 2019.02.02 |
댓글