Categories
one_liner software_dev

Change email for git repo

Just a quick one-liner used to change the email for a git repository from the one configured on the dev machine

git config user.email "[email protected]"