editar email git linux code example
Example: trocar user name e emailgit
git config --global user.name "Bob"
git config --global user.email "[email protected]"
git config --global user.name "Bob"
git config --global user.email "[email protected]"