Recommended strategy:
- Create your own copy of this repository on your profile
- Clone this repository locally
- Remove the
originremote - Create a new
originremote pointing to your copy - Push the exercises branch on your copy, setting the branch upstream contextually (use
git push -u origin exercises) - Commit progressively when resolving the exercise and push changes on your repo