git change account code example
Example 1: change git credentials ubuntu
git config --global credential.helper store
Example 2: git github account change
git credential-manager delete https://github.com
git config --global credential.helper store
git credential-manager delete https://github.com