setting your commit email address in git code example
Example: git user email
git config --global user.name "John Smith"
git config --global user.email "[email protected]"
git config --global user.name "John Smith"
git config --global user.email "[email protected]"