git clone [email protected]:own/repo.git
git remote add other [email protected]:other/repo.git
git fetch other
git checkout -b other-main other/main
※git commit -am "Fix how you spelt towel" git push other HEAD:main
“Allow edits from maintainers.”
にチェックされていない場合はpushできない