git-不同版本pull时报错
前提
我在家里弄ci-demo,修改了之后上传到coding,回到公司后,想覆盖公司电脑文件细节不一样的版本
pull时报错fatal: refusing to merge unrelated histories
通过博客的讲解,使用git pull origin master --allow-unrelated-histories
http://anlondon.cn:4000/2021/01/27/git-%E4%B8%8D%E5%90%8C%E7%89%88%E6%9C%ACpull%E6%97%B6%E6%8A%A5/pasted-2.png
最后 手动编辑 保留想要的版本即可
Comments