change git account on termina; 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]"