Answers for "refusing to merge unrelated historys"

62

refusing to merge unrelated histories

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

refusing to merge unrelated histories git

I think its get sorted after using below command
>git pull --allow-unrelated-histories
Posted by: Guest on May-31-2020

Code answers related to "refusing to merge unrelated historys"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language