DEV Community

priya597
priya597

Posted on

Answer: Git refusing to merge unrelated histories on rebase

Try the following command:

git pull origin master --allow-unrelated-histories

This should solve your problem.

Top comments (0)