git set remote email not global code example
Example 1: git change email
git config --global user.email "[email protected]"
Example 2: add email git not working
git config --global user.name "John Smith"
git config --global user.email "[email protected]"