use multiple github accounts code example
Example 1: how to push another account git
git config user.name her_username
git config user.email her_email
Example 2: github add multiple credentials windows
git config --global credential.github.com.useHttpPath true