GitCheatSheet.org logo
Home / How To

Set the email address for the current repository

Inside the repository that you want to configure, run:

git config --local user.email [email protected]

The --local parameter is optional, as it is the default.