#author("2020-10-13T13:01:52+09:00","default:ryuichi","ryuichi")
* リモートリポジトリのURL設定(変更) [#u3a46215]

** 現在のURLの確認 [#z0017367]

 git remote -v
 

** 新規にURLを設定する [#hcc743ea]

 git remote add origin https://github.com/foo/bar.git

** URLを変更する [#c83974c3]

 git remote set-url origin https://github.com/foo/bar.git


トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS