Answers for "finding git url of repo"

10

git get repository url

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

check git url

without network
git config --get remote.origin.url

with network (detailed)
git remote show origin
Posted by: Guest on June-03-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language