[Git] Set local username and email different for each repo

set username and email to repo

Command

git config user.name "Your Name"
git config user.email youremail