push code to different github account code example
Example 1: how to push another account git
git config user.name her_username
git config user.email her_email
Example 2: pushing code with another github account
git config --local credential.helper ""
git push origin master