Sunday, September 17, 2017

set git user and email for a repository


git config user.name "NEW-NAME"; git config user.email "info@..."

No comments: