Answers for "fatal: refusing to merge unrelated histories Completed with errors, see above."

3

git unrelated histories

git pull origin branchname --allow-unrelated-histories
Posted by: Guest on July-07-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

Code answers related to "fatal: refusing to merge unrelated histories Completed with errors, see above."

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language