#author("2019-01-06T08:24:46+09:00","default:ryuichi","ryuichi")
#author("2019-01-06T08:26:27+09:00","default:ryuichi","ryuichi")
* リモートリポジトリのURLの確認 [#z3b0bbfd]

** すべてのリモートリポジトリのURLを確認 [#t657510d]

 git remote -v

** リポジトリ名を指定してリモートリポジトリのURLを確認 [#f6ff8083]

 # リポジトリoriginを確認する場合
 git remote get-url origin
 
*** 古いバージョンのGitを使う場合 [#r54c4f99]

 git config --get remote.origin.url
 

** [#l106512e]
** リポジトリ名を指定して、リモートリポジトリの詳細情報を確認 [#yf3afaa1]

 git remote show origin

** 参考 [#c2ec1ab6]

https://stackoverflow.com/questions/4089430/how-can-i-determine-the-url-that-a-local-git-repository-was-originally-cloned-fr
- https://stackoverflow.com/questions/4089430/how-can-i-determine-the-url-that-a-local-git-repository-was-originally-cloned-fr
- https://git-scm.com/book/ja/v1/Git-%E3%81%AE%E5%9F%BA%E6%9C%AC-%E3%83%AA%E3%83%A2%E3%83%BC%E3%83%88%E3%81%A7%E3%81%AE%E4%BD%9C%E6%A5%AD



トップ   編集 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS