Answers for "git check access to remote repository"

10

how to show remote origin in git

git config --get remote.origin.url
Posted by: Guest on March-13-2020
14

git remote show origin

$ git remote -v
origin	https://github.com/schacon/ticgit (fetch)
origin	https://github.com/schacon/ticgit (push)
Posted by: Guest on December-10-2020
0

how to get remote origin url

git config --get remote.origin.url
Save to mem.dev
Posted by: Guest on February-28-2021

Code answers related to "git check access to remote repository"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language