-
Create a repository on Github and name it github-workflow.
Important
Make sure the repository is initialized with a README!
-
Click the Settings button. In the left sidebar, navigate to the Collaborators page.
-
Click the Add people button and add Student B via their GitHub username or email. Add Student C as well.
- Student A will be creating the repository. Watch your email for an invitation from GitHub to collaborate. The repo name should be
github-workflow.
Once all students have been added as collaborators, clone the repository down to your local machines.
- Navigate your terminal to the
block03folder incoursework. - Clone the
github-workflowrepository down. lsshould now show a newgithub-workflowdirectory.- Open the
github-workflowfolder in VS Code.
Tip
Don't remember how to clone down a repository? Look back at today's guided practice!
→ Continue to Feature Branches







