Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

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
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #git #push #accounts
ADD COMMENT
Topic
Name
9+9 =