Answers for "how to push another account git"

0

how to push another account git

git config user.name her_username
git config user.email her_email
Posted by: Guest on December-17-2020
0

pushing code with another github account

git config --local credential.helper ""
git push origin master
Posted by: Guest on September-03-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language