change git email locally 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]"