Git 을 사용하는 프로젝트 user.name 및 user.email 조회 및 바꾸기 - DanielWorld/SoftwareTech GitHub Wiki
- git user.name 조회 및 수정
$ git config user.name
$ git config user.name "your_new_username"
- git user.email 조회 및 수정
$ git config user.email
$ git config user.email "your_new_email_address"