How to rebase after git-subtree add?
This works in simple cases: git rebase –preserve-merges master Thanks to @Techlive Zheng in the comments. You may see fatal: refusing to merge unrelated histories Error redoing merge a95986e… Which means that git failed to automatically apply your subtree. This puts you in the situation @ericpeters described in his answer. Solution: Re-add your subtree (use … Read more