You have two strategies: fork or clone, then you can proceed with the exercise resolution.
Use clone if you want to train your git abilities, use fork if you know what a fork is on GitHub and you don't need to train your capabilities with remotes.
- Clone this repository locally
- Remove the
originremote - Create a new, empty repository your profile
- 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)
- Create a fork of this repository associated to your GitHub profile (use the "fork" button in the web interface)
- Clone your fork locally
- Commit progressively when resolving the exercise and push changes on your repo