Shell/Bash: refusing to merge unrelated histories git Example
Shell/Bash Example: This is the "refusing to merge unrelated histories git" Example. compiled from many sources on the internet by SimpleTutorials.org
fatal: refusing to merge unrelated histories
git pull origin master --allow-unrelated-histories
refusing to merge unrelated histories
git pull origin master --allow-unrelated-histories
fatal: refusing to merge unrelated histories
git pull --allow-unrelated-histories
fatal: refusing to merge unrelated histories
fatal: refusing to merge unrelated histories solution: git pull --allow-unrelated-histories
refusing to merge unrelated histories git
I think its get sorted after using below command >git pull --allow-unrelated-histories
refusing to merge unrelated histories git
git pull origin master --allow-unrelated-histories
* Summary: This "refusing to merge unrelated histories git" Shell/Bash Example is compiled from the internet. If you have any questions, please leave a comment. Thank you!