リモートリポジトリの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

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