- Visit the Github repo
- Click the Fork button on the top right (under the navbar)
git clone
your repo onto you machine
- Open the repo in atom
- Rename the file you are working on to include your name and the week number of the assessments
git add
andgit commit
your changes
git push
your changes to Github- Go to your repo on Github
- Click the forked from link under your repo's name
- Click the New Pull Request button
- Click the compare across forks link
- In the head fork dropdown (3rd from the left), find and select your repo
- Create your pull request
- Copy the url for the LEARNAcademy assessments repo
git checkout
into master on your machine- Run
git remote add upstream https://github.com/LEARNAcademy/JS-Assessments-2017.git
- Run
git pull upstream master
to get remote changes