--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
Powered by Fruition