Ejercicio: “Replace pick with an r next to the commit with the message feat: add column reference to reword the message, it’s the very first commit you added to this branch. When you are done, save the file and exit Nano. Git will put you in another Nano instance to reword the commit message. Don’t change anything in it yet.” No consigo avanzar. He guardado el archivo tal como se ve y no pasa. Tambien he probado a hacer reset del ejercicio tal como indica en las pistas y haciendo yo mismo el test pulsando RUN pero no funciono. Espero me puedan ayudar
Esto es el msg q recibo en la consola tras cerrar NANO:
camper: /sql_reference$ git rebase --interactive --root
[detached HEAD f425650] feat: add column reference
Author: moT01 20648924+moT01@users.noreply.github.com
Date: Thu Sep 9 22:04:50 2021 -0500
1 file changed, 3 insertions(+)
Successfully rebased and updated refs/heads/feat/add-column-references.
Si, pulso Control+x, pulso Y, Enter. Se abre otro NANO, pulso Control +X y se cierra. No ocurre nada, pulso RUN en la ventana de instrucciones y pone “You should use the “reword” option”. Entiendo que NANO esta cerrado no? o me falta algo?
====TRANSLATE====
Yes, press Control+x, press Y , Enter. Another NANO opens, presses Control +X and closes. Nothing happens, press RUN in the instruction window and it says “You should use the “reword” option” I understand that NANO is closed, right? or am I missing something?
Si, he hecho reset del ejercicio. Después de hacerlo, ejecuto “git rebase --interactive --root”, abre el primer archivo, cambio “pick” por “r” tal como muestro en el primera entrada, pulso Control+X y pulso “Y”, luego “Enter” para guardar el primero archivo. Sale el segundo archivo (el que se muestra en la imagen) y sin modificarlo, vuelvo a pulsar Control+X y sale a la consola, recibo los mensaje que se muestra en la segunda entrada de este foro. Pulso RUN pero no pasa. ¿Esta correcto verdad?