[GIT] Specify git author and email

Sunday, March 6, 2016 6:36 PM 0 Comments

go to your project path

git config user.name "YOUR_NAME_ON_PROJECT"
git config user.email "YOUR_EMAIL_ON_PROJECT"

Done.

0 comments: