Como alterar a senha git em git bash

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