Things I want to do
Find the repository URL or local repository path from the folder cloned using git.
How to find out
Open the .git/config file in the cloned folder.
The URL will be listed in the following fields. (It will be listed in the same location for both local and remote access.)
[remote 'origin']
url =
Result
I was able to find the repository URL/local repository path from the folder I cloned using git.


コメント