-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Labels
approvedexercise discussionDiscussion about the design of an exerciseDiscussion about the design of an exercisehelp wantedExtra attention is neededExtra attention is needed
Description
Existing exercise check
- I have verified that this exercise is not yet already in discussion, in progress, or exists
Lesson
T3L2: https://nus-cs2103-ay2526s1.github.io/website/book/gitAndGithub/clone/index.html
Exercise learning outcomes
Able to clone a remote repo. Able to control the repo folder name.
Exercise setup
name: clone-repo
tags: git-clone
No setup required on the student's computer.
Instructions for students
- Fork the repo https://github.com/git-mastery/gm-shapes to your GitHub account, if you haven't done so already. Retain the original repo name
gm-shapes
. - Clone the fork to your computer, in to the folder
clone-repo/shapes
(note how the target folder isshapes
, notgm-shapes
). - Set up a remote named
upstream
, to point to the git-mastery/gm-shapes repo.
Exercise grading
Verify that,
- the clone exists, in the correct folder
origin
andupstream
are set correctly
Requires remote repository?
- This exercise will likely require a remote repository
Additional remarks
Required remote repository: https://github.com/git-mastery/gm-shapes
Metadata
Metadata
Labels
approvedexercise discussionDiscussion about the design of an exerciseDiscussion about the design of an exercisehelp wantedExtra attention is neededExtra attention is needed