Comment changer de compte dans Git Bash

git config --global user.email "[email protected]"
git config --global user.name "Your Name"
git config --global user.password "your password"
Shy Stoat