how to change git account from terminal in windows code example
Example: change git account terminal
git config --list
git config --global user.name "Full Name"
git config --global user.email "[email protected]"
git config --list
git config --global user.name "Full Name"
git config --global user.email "[email protected]"