Use --allow-unrelated-histories
option with git pull command to resolve issue fatal: refusing to merge unrelated histories
git pull origin master --allow-unrelated-histories
Here master is your remote branch name from pulling changes.
Use --allow-unrelated-histories
option with git pull command to resolve issue fatal: refusing to merge unrelated histories
git pull origin master --allow-unrelated-histories
Here master is your remote branch name from pulling changes.