Last updated 3 years ago
Was this helpful?
How to configure local user name and email
cd my/project/dir git config --local user.email "my@email.com" git config --local user.name "My Full Name"