We'll let you know when we deploy new exercises, you should then pull the changes from the original repo into your fork.
To do that, run this in your terminal:
git pull [email protected]:CodersInHoods/london-pt-fe-030320.git master
or if you are using HTTPS
git pull https://github.com/CodersInHoods/london-pt-fe-030320.git master
git status
git add --all
git commit -m "YOUR COMMIT MESSAGE"
git push
Remember: create your own fork!