--allow-unrelated-histories
git remote add another-repo [email protected]:your/another-repo.git git fetch another-repo git merge --allow-unrelated-histories another-repo/main