Re: Need help merging unrelated histories
From: Robert Dailey <hidden>
Date: 2019-05-28 13:36:10
From: Robert Dailey <hidden>
Date: 2019-05-28 13:36:10
On Fri, May 24, 2019 at 12:11 PM Andreas Schwab [off-list ref] wrote:
On Mai 24 2019, Robert Dailey [off-list ref] wrote:quoted
Can anyone provide some advice on how to properly restructure this repository to create some ancestry, as if all along a `master` existed and all release branches were based on this in a linear fashion?How about using git replace --graft, then git filter-branch to make it permanent?
I unfortunately have little-to-no experience with low level plumbing commands. Could you provide an example of a series of commands to run? It will help me to figure out how to do it on my own for my specific use case. Thanks in advance.