Answers for "git nothing to commit but pull refusing to merge unrelated histories"

8

fatal: refusing to merge unrelated histories

fatal: refusing to merge unrelated histories
solution:
git pull --allow-unrelated-histories
Posted by: Guest on April-23-2020
3

fatal: refusing to merge unrelated histories

git pull origin main --allow-unrelated-histories
Posted by: Guest on November-11-2020
2

fatal: refusing to merge unrelated histories

git pull origin master --allow-unrelated-histories
git pull <remote> <branch> --allow-unrelated-histories
Posted by: Guest on August-20-2020

Code answers related to "git nothing to commit but pull refusing to merge unrelated histories"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language