Hi I am trying to clone git repository to my local machine. What I have is only git repository on other machine. Is there any command to get url from local repository?
I just have /some/path/on/host1 which contains following directories/files
branches config description HEAD hooks index info logs objects packed-refs refs
I need to have the same thing on other linux machine. This is the first time I am using git.
when I cd to /some/path/on/host1 path and run
git remote show /some/path/on/host1
I have following output
* remote /some/path/on/host1
Fetch URL: /some/path/on/host1
Push URL: /some/path/on/host1
HEAD branch: master
Local refs configured for 'git push':
V16_3X pushes to V16_3X (up to date)
build64 pushes to build64 (up to date)
master pushes to master (up to date)