Home > Gitコマンド


Gitコマンドを使用してリポジトリのURLを取得する方法

git remote -vコマンドを使用する方法: このコマンドは、リポジトリに関連付けられているリモートリポジトリのURLを表示します。$ git remote -v origin https://github.com/example-user/example-repo.git (fetch) origin https://github.com/example-user/example-repo.git (push)>>More