Skip to content

Latest commit

 

History

History
executable file
·
27 lines (18 loc) · 1.13 KB

File metadata and controls

executable file
·
27 lines (18 loc) · 1.13 KB

Week 1 In-class A

Test example

This is a working exmaple to test your workflow and set

Accessing the Assignment Materials

  1. Navigate to the assignment repository in the course GitHub organization
  2. Click on the green Use this template button in the top right corner.
  3. Choose 'Create a new repository'
  4. Set up the repo name under your account.
  5. 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'

  1. Make sure the local path is where you would like to save this repo.
  2. Hit Clone
  3. 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.
  4. After you finish working on your project please return to GitHub Desktop and
  5. Commit your changes to the master (don't to add a summary description)
  6. Click on the Push Orgin to sync your commit with the GitHub cloud.