lite icon indicating copy to clipboard operation
lite copied to clipboard

how to merge in PRs?

Open bebbi opened this issue 6 years ago • 1 comments

Did anyone figure out how to merge PRs to a many-repo as discussed in the linked slides?

git merge -s subtree many-pr-branch

results in fatal: refusing to merge unrelated histories

bebbi avatar Feb 26 '18 16:02 bebbi

Maybe using rebase --onto?

odinho avatar Sep 06 '18 18:09 odinho