• 追加された行はこの色です。
  • 削除された行はこの色です。
#author("2020-10-13T13:01:52+09:00","default:ryuichi","ryuichi")
#author("2021-03-29T07:57:51+09:00","default:ryuichi","ryuichi")
* リモートリポジトリのURL設定(変更) [#u3a46215]

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

 git remote -v
 

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

** 新規に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
** URLを削除する [#c2828b76]

 git remote rm origin


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