Let\'s say I have two different repositories like so:
Project 1: Init---A---B---C---HEAD1 Project 2: Init---D---E---F---G---HEAD2
Is there a w
I think you could use git-filter-branch with the --parent-filter option.
git-filter-branch
--parent-filter