Answers for "how to check the repository in git with terminal"

3

how to check the repository name in git

git config --get remote.origin.url
Posted by: Guest on October-06-2020
1

check which repo i am on git

git remote -v
Posted by: Guest on March-25-2021

Code answers related to "how to check the repository in git with terminal"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language