githubのpush先レポジトリを変更したい場合、
addコマンドではなくset-urlコマンドを使ったほうが好ましい。
git remote set-url <リポジトリの名前> <新しいリポジトリのURL>
例:
git remote set-url origin https://github.com/hogehoge/fugafuga.git
Go to list of users who liked
More than 5 years have passed since last update.
githubのpush先レポジトリを変更したい場合、
addコマンドではなくset-urlコマンドを使ったほうが好ましい。
git remote set-url <リポジトリの名前> <新しいリポジトリのURL>
例:
git remote set-url origin https://github.com/hogehoge/fugafuga.git
Register as a new user and use Qiita more conveniently
Go to list of users who liked