git bash currently loged in users

 git config --gloabl --list


step 1:

git config --global user.name "YourNewUserName"

git config --global user.email "YourNewEmailAddress@example.com"


step 2:

git config --global --unset-all user.name
git config --global --unset-all user.email

Comments