git project 별로 user name, email 수정하기

Updated on

git config --list

git config user.name test
git config user.email test@test

git config --list