显示远程仓库的关联信息

git remote -v

关联仓库

git remote add origin xxxx.git

删除远程仓库的关联

git remote remove

git合并不同历史的分支(意思是 不是同个祖分支)

git pull origin abc –allow-unrelated-historries

把abc合并到当前的分支

By cc

发表回复

您的电子邮箱地址不会被公开。 必填项已用 * 标注