Gitの使用に関するよくある質問


git pull fatal: refusing to merge unrelated histories
変換元:https://stackoverflow.com/questions/37937984/git-refusing-to-merge-unrelated-histories-on-rebase
ソリューション:
git pull --allow-unrelated-histories

補足ご指摘を歓迎します!