git

Config

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"

Last updated

Was this helpful?