Answers for "git unable to merge unrelated histories in this repository"

22

refusing to merge unrelated histories

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

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
3

fatal: refusing to merge unrelated histories

git pull origin master --allow-unrelated-histories
then when asked for merging vim editor opens click insert (i) type msg and :wq to save and exit
Posted by: Guest on May-30-2020

Code answers related to "git unable to merge unrelated histories in this repository"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language