Step 2: Code with Github Copilot #310
-
I'm not sure what to do next? please help This is where I got stuck! keyboard: Activity: Push code to your repository from the codespace git add skills.js git commit -m "Copilot first commit" git push |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Create a file named " |
Beta Was this translation helpful? Give feedback.
Create a file named "
skills.js
" and rungit add skills.js
on the VS Code terminal (the panel at the bottom of the page) to stage the file.Read the Pro Git book if you are unfamiliar with Git.
Take the course "Introduction to GitHub" if you are unfamiliar with GitHub.
Take the course "Code with Codespaces" if you don't know how to use Codespaces.