Tell us what’s happening:
Describe your issue in detail here.
Module 1590.1
Squashing commits means that you will take a bunch of commits and turn them into one. This is helpful to keep your commit history clean and something you want try to do. Replace pick
with an s
next to all your commits except the one with the message feat: add column references
. When you are done, save and exit the file. You will find yourself in another instance of Nano. Don’t change anything in it yet.
Get A Hint
Your code so far
I followed the instructions but it is not proceeding further. First couple of times, after saving and exiting the NANO editor, it started another NANO session without a message that the previous module was a success. Then I had to reset the module but the after saving and exiting the NANO session, it is taking me back to the terminal.
I had to use git rebase --abort and to make sure it was in line with the main branch , used the command git rebase main.
I’m just stuck by doing the same thing again and again without any progress
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36
Challenge: Learn Git by Building an SQL Reference Object - Build an SQL Reference Object
Link to the challenge: