- バックアップ一覧
- 差分 を表示
- ソース を表示
- バックアップ を表示
- Git/git remote/リモートリポジトリのURLの登録・変更・削除 へ行く。
- 1 (2020-10-13 (火) 13:01:52)
- 追加された行はこの色です。
- 削除された行はこの色です。
#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