Answers for "Branch 'master' set up to track remote branch 'master' from 'origin'. fatal: refusing to merge unrelated histories"

8

fatal: refusing to merge unrelated histories

fatal: refusing to merge unrelated histories
solution:
git pull --allow-unrelated-histories
Posted by: Guest on April-23-2020
1

refusing to merge unrelated histories

git pull origin master --allow-unrelated-histories
#IF THAT DOESN'T WORK, REPLACE 'origin master' WITH THE REPO YOU WANT TO PULL FROM
Posted by: Guest on August-10-2020

Code answers related to "Branch 'master' set up to track remote branch 'master' from 'origin'. fatal: refusing to merge unrelated histories"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language