Tell us what’s happening:
Hi FreeCodeCamp team,
In the Git rebase interactive lesson, the checker asks me to reword the commit feat: add column reference (fifth‑to‑last). After running reset, my repo only shows two commits:
8a8660a feat: add column references
f950b24 Initial commit
Because of this, the required commit doesn’t exist, and the challenge always fails with:
“You should have the correct fifth to last commit message.”
It looks like the reset isn’t restoring the full commit history.
Your code so far
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36
Challenge Information:
Build an SQL Reference Object - Build an SQL Reference Object