Answers for "how to connect to my remote repository git"

31

get git remote url

git config --get remote.origin.url
Posted by: Guest on May-12-2020
2

git connect to remote repository

git init
git commit -m "[message]"
git remote add origin "github repository link"
git push -u origin master
Posted by: Guest on August-21-2020

Code answers related to "how to connect to my remote repository git"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language