$ git config --global user.name "sonagisw"
$ git config --global user.email tnsdnjs@gmail.com

프로젝트 마다 다른 Email을 사용하고 싶으면 --global 옵션을 제거하면 된다.



'git' 카테고리의 다른 글

merge tool  (0) 2018.08.08
branch  (0) 2018.08.07
실행순서  (0) 2018.08.07
git password 저장  (0) 2017.11.06
repository not found  (0) 2017.11.06

+ Recent posts