Skip to content

Guide for forking

  1. Go to the Lab Assignments Repository:

https://github.com/albertkun/21S-ASIAAM-191A-Assignments/

  1. Click on the Fork button.

  1. Go to your cloned repository:

  2. Click on Code

  3. Click on Copy

  1. Click Clone Repository

  1. Paste your copied forked repository:

  1. Open the cloned repo:

  1. Click on Terminal:

  1. Open a New Terminal:

  1. Run the following git remote add upstream https://github.com/albertkun/21S-ASIAAM-191A-Assignments.git

  1. Run git remote –v to check:

Getting New Assignments:

  1. To get new assignments run git pull upstream main

Submitting Assignments:

  1. Click on the Explorer:

  1. Got to week 1:

  1. Click on the readme.md:

  1. Go ahead an make a new file by clicking on the new file icon:

  1. Name it lab1.md:

  1. Finish the lab by answering the questions and adding your GeoJSON file to this same folder.

  1. Enter a commit message:

  1. Press the Check mark or Alt + Enter to commit:

  1. Click the expand menu button:

  1. Click push

  1. Congrats you have submitted the assignment!

Last update: 2022-01-24
Back to top