change github account in terminal git code example
Example 1: change git account terminal
git config --list
git config --global user.name "Full Name"
git config --global user.email "[email protected]"
Example 2: git github account change
git credential-manager delete https://github.com