- バックアップ一覧
- 差分 を表示
- 現在との差分 を表示
- ソース を表示
- Git/git remote/リモートリポジトリのURLの登録・変更・削除 へ行く。
- 1 (2020-10-13 (火) 13:01:52)
リモートリポジトリのURL設定(変更)
現在のURLの確認
git remote -v
新規にURLを設定する
git remote add origin https://github.com/foo/bar.git
URLを変更する
git remote set-url origin https://github.com/foo/bar.git