how to log on different git account on ppc 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