git 설치: git-scm.com/
git config --global user.name "사용자이름"
git config --global user.email "이메일@abc.com"
(확인할때) git config --list