■登録されているリモートリポジトリの確認
git remote -v
■リモートリポジトリURLの編集
git remote set-url [repository name] [repository url]
■リモートリポジトリの削除
git remote rm [repository name]
プログラマ専門ニュースとFlex4やFlashBuilderを使った受託開発サイト
■登録されているリモートリポジトリの確認
git remote -v
■リモートリポジトリURLの編集
git remote set-url [repository name] [repository url]
■リモートリポジトリの削除
git remote rm [repository name]