splitsh/lite

how to merge in PRs?

bebbi opened this issue · 1 comments

bebbi commented

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

Maybe using rebase --onto?