This is a working exmaple to test your workflow and set
- Navigate to the assignment repository in the course GitHub organization
- Click on the green
Use this template
button in the top right corner. - Choose 'Create a new repository'
- Set up the repo name under your account.
- Click
Create repository
You should now be at your own personal repository with the assignment materials.
6. Click on the green <> Code
button and select `Open with GitHub Desktop
You should now be in your GitHub Desktop application that has a pop up window called 'Clone a Repository'
- Make sure the local path is where you would like to save this repo.
- Hit
Clone
- You should be able to now click the
Open in Visual Studio Code
button or navigate to your files and open the folder in Visual Studio Code. - After you finish working on your project please return to GitHub Desktop and
- Commit your changes to the
master
(don't to add a summary description) - Click on the
Push Orgin
to sync your commit with the GitHub cloud.