git远程仓库的相关操作

关联远程仓库

//ssh url   
//http url
git remote add origin /*url*/    

删除远程仓库

git remote remove origin

相关文章: