remote
necesario en este momento para este repo)git remote add -f first_repo `link_to_first_repo` git merge --allow-unrelated-histories first_repo/master
-f
hace que haga un fetch inmediatamente (With -f option, git fetch <name> is run immediately after the remote information is set up.)–allow-unrelated-histories
permite saltarse la restricción fatal: refusing to merge unrelated historiesgit merge --continue