[git]Find the repository URL from the cloned folder.

この記事は約1分で読めます。
スポンサーリンク

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.

コメント

タイトルとURLをコピーしました