lite
lite copied to clipboard
how to merge in PRs?
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
?