Tell us what’s happening:
I’m stuck on the following:
I can’t get the test to pass, think there’s a bug. I reset the test, switched back to main branch and deleted the branch created by the checkout -b command and re-entered the command but still no luck.
You’re getting the hang of it The process is to create a branch, make the changes you want, commit them, and then merge the changes into branch you started on. Pretty simple, lets keep going. Create and checkout a new branch named feat/add-column-references
Your code so far
Terminal command used: git checkout -b feat/add-column-references
Please advise on how I can fix this issue?
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36
Challenge: Learn Git by Building an SQL Reference Object - Build an SQL Reference Object
Link to the challenge: