how to switch github account in terminal code example
Example: how to push another account git
git config user.name her_username
git config user.email her_email
git config user.name her_username
git config user.email her_email