Answers for "check git repository"

3

git command to get the repo url

git remote show origin
Posted by: Guest on June-11-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 "Shell/Bash"

Browse Popular Code Answers by Language