I'm following this recipe: https://thib.me/recipe-code-reviews-for-existing-code-with-github. In the interactive rebase step, I'm adding a pick
line for the empty commit created in review-1-target
repository as the first line in the rebase instructions file. However, there are merge conflicts.
How can I conduct the rebase so that merge conflicts are resolved exactly as they were in the original history given that the base is an empty commit?