Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

connect local repository to remote git

git remote add origin <remote repository URL>
# Sets the new remote
git remote -v
# Verifies the new remote URL
git push origin master
Source by superuser.com #
 
PREVIOUS NEXT
Tagged: #connect #local #repository #remote #git
ADD COMMENT
Topic
Name
5+6 =