Como usar o cmd do git

git config --global user.name "João Silva"
git config --global user.email "[email protected]"
Itchy Iguana