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