Answers for "how to see origin of repo locally"

9

git show origin

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

show all git configurations and their source/origin

$ git config --list --show-origin
Posted by: Guest on March-02-2020

Code answers related to "how to see origin of repo locally"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language