tengo el siguiente detalle:
git pull servidorlocal master
Desde /home/fabian/Documentos/ONE Alura Cursos/3 GIT Y GITHUB/servidor
* branch master -> FETCH_HEAD
ayuda: You have divergent branches and need to specify how to reconcile them.
ayuda: You can do so by running one of the following commands sometime before
ayuda: your next pull:
ayuda:
ayuda: git config pull.rebase false # merge
ayuda: git config pull.rebase true # rebase
ayuda: git config pull.ff only # fast-forward only
ayuda:
ayuda: You can replace "git config" with "git config --global" to set a default
ayuda: preference for all repositories. You can also pass --rebase, --no-rebase,
ayuda: or --ff-only on the command line to override the configured default per
ayuda: invocation.
fatal: Necesita especificar cómo reconciliar las ramas divergentes.
No entiendo lo que está pasando.
Tengo tres carpetas: ariel (sería la versión de bruno), igna (versión de ana) y servidor. Luego de hacer todos los pasos indicados en el video (https://app.aluracursos.com/course/git-github-control-version/task/74912), llegado al 8:08 me sucede esto luego de ejecutar el comando git pull servidorlocal master.
No lo vi en Posteos anteriores al tema, espero me puedan ayudar.
Estoy trabajando desde linux, muchas gracias.