Problem: want to merge 2 branches that don’t share a common history.
Solution:
git merge --allow-unrelated-histories somebranch
Developer from somewhere
Problem: want to merge 2 branches that don’t share a common history.
Solution:
git merge --allow-unrelated-histories somebranch