git remote add <name> <url>
git pull <repository> <refspec>
...
fatal: refusing to merge unrelated histories
git pull <repository> <refspec> --allow-unrelated-histories
Conteúdo para você se capacitar em programação
git remote add <name> <url>
git pull <repository> <refspec>
...
fatal: refusing to merge unrelated histories
git pull <repository> <refspec> --allow-unrelated-histories