comment changer le mot de passe git dans git bash

git config --global user.name "Bob"
git config --global user.email "[email protected]"
GutoTrosla