Answers for "git how to push to different accounts"

1

git how to push to different accounts

# Basic syntax:
# In the local repo you want to push to a different account, do:
git config user.name your_username
git config user.email your_email
Posted by: Guest on January-18-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language