Appearance
sh
git remote -v // 查看远程origin
git remote rm origin // 删除远程origin
git remote add origin 地址 // 新增远程origin
git push // 上传本地代码