Answers for "refuse to merge unrelated history"

62

refusing to merge unrelated histories

git pull origin master --allow-unrelated-histories
Posted by: Guest on May-15-2020
2

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
1

fatal: refusing to merge unrelated histories

copied!git pull --allow-unrelated-histories
Posted by: Guest on July-29-2020

Code answers related to "refuse to merge unrelated history"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language