Guide for forking¶
- Go to the Lab Assignments Repository:
- Click on the
Fork
button.
-
Go to your cloned repository:
-
Click on
Code
-
Click on
Copy
- Click
Clone Repository
- Paste your copied forked repository:
- Open the cloned repo:
- Click on Terminal:
- Open a New Terminal:
- Run the following
git remote add upstream https://github.com/albertkun/23S-ASIAAM-191A-Assignments.git
- Run
git remote –v
to check:
Getting New Assignments:
- To get new assignments run
git pull upstream main
Submitting Assignments:
- Click on the Explorer:
- Got to week 1:
- Click on the readme.md:
- Go ahead an make a new file by clicking on the new file icon:
- Name it lab1.md:
- Finish the lab by answering the questions and adding your GeoJSON file to this same folder.
- Enter a commit message:
- Press the Check mark or Alt + Enter to commit:
- Click the expand menu button:
- Click
push
- Congrats you have submitted the assignment!