We are going to use this repository to track your work during the Java Bootcamp
To use it, please follow the next steps:
Fork this repository. See how to here
For each topic creates a new branch
git checkout master
git checkout -b topic-<n>
Do your work following the material and commit it
git commit -am"Topic N - Item M"
git push -u origin topic-<n>
Create a Pull Request. See here how to do it, and wait for your mentor's feedback.
Any concern, please don't hesitate to ask on Slack channel.