Reply To: Error al cambiar de rama en Git.
hola si muchas gracias si me dejo agregar y hacer cambios estoy en los ejercicios,
pude crear las ramas de nuevo de content, header y por default la master.
si agrego informacion a dichas ramas pero me sale el siguiente error.
RICARDO@RICARDO MINGW64 ~/proyecto_git (header)
$ git add hobbies.txt
RICARDO@RICARDO MINGW64 ~/proyecto_git (header)
$ git commit -m “Cambios en hobbies.txt”
[header 7d64cb9] Cambios en hobbies.txt
1 file changed, 2 insertions(+)
create mode 100644 hobbies.txt
RICARDO@RICARDO MINGW64 ~/proyecto_git (header)
$ git checkout master
error: The following untracked working tree files would be overwritten by checkout:
web/index.html
Please move or remove them before you switch branches.
Aborting
RICARDO@RICARDO MINGW64 ~/proyecto_git (header)