Aprende Git construyendo un objeto de referencia SQL - Construir un objeto de referencia SQL

Cuéntanos qué está pasando:

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

Tu código hasta el momento

pick a029be1 Initial commit
pick a5de944 feat: add create database reference
pick 684afe7 feat: add drop database reference
pick 18f0344 feat: add create table reference
pick 0ae0bd4 feat: add drop table reference
pick d3609d2 fix: create table syntax
pick 88989a2 feat: add insert row reference
pick a72acea feat: add update row reference
pick 87db07c feat: add delete row reference
r 4e3d744 feat: add column reference
pick bee4c3e feat: add drop column reference
pick 2e8f5b4 feat: add rename column reference
pick b0a93b6 feat: add primary key reference
pick 1e3a178 feat: add foreign key reference

Información de tu navegador:

El agente de usuario es: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Edg/131.0.0.0

Información del Desafío:

Aprende Git construyendo un objeto de referencia SQL - Construir un objeto de referencia SQL

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.

you need to close the editor after you made the change, did you do that?

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?

Thank you so much for replying!

the instructions say " Don’t change anything in it yet.". You should not close the second editor you get.

Estoy en este punto:


Lo que se ve en pantalla es el segundo archivo NANO. Si pulso RUN en este punto no pasa. Que debo hacer?

have you tried resetting? (hint n. 3)

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? :roll_eyes:

I have no idea why it doesn’t work

Bueno, creo que este proyecto no es necesario para la certificación, seguiré con el siguiente. Muchas gracias por tu tiempo! Un saludo! :sweat_smile: