问题描述当本地分支与远程分支没有共同祖先时,会出现 fatal: refusing to merge unrelated histories 的问题。
解决方案可以使用 rebase 的方式来进行合并。
git pull --rebase origin master