사용자 이름 등록
git config --global user.name "사용자 이름"
사용자 이메일 등록
git config --global user.email "사용자 이메일"
git config --list 또는 git config -l