clone-repo
Task
- 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 is shapes
, not gm-shapes
).
- Set up a remote named
upstream
, to point to the git-mastery/gm-shapes repo.