change git username from terminal 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]"