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.
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.