remote add
git remote add origin git@localhost:example.git
remote show
git remote show origin
remote rm
git remote rm origin
添加多個遠程倉庫
git remote add origin git@localhost:example.git git remote add another https://gitcafe.com/netkiller/netkiller.gitcafe.com.git git push origin master git push another master