Fixed git fatal: refusing to merge unrelated histories
Using the --allow-unrelated-histories flag worked with a pull request in this way:
git pull origin branchname --allow-unrelated-histories
git pull origin branchname --allow-unrelated-histories
Comments
Post a Comment