Tell us what’s happening:
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
-
You can create and checkout a branch with git checkout -b branch_name
-
Type git checkout -b feat/add-column-references into the terminal and press enter
camper: /project$ git branch
- feat/add-column-references
master
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/142.0.0.0 Safari/537.36
Challenge Information:
Build an SQL Reference Object - Build an SQL Reference Object