Answers for "find which git repo"

2

git command show current repo

git remote get-url origin
Posted by: Guest on February-06-2021
0

check which repo i am on git

git config -l
Posted by: Guest on February-10-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language