Please:
- fork the repository with the fork button on the up right corner
- clone the forked repo with the following command
git clone {URL to your cloned repo}
thencd
into the directory - add assignment files to the cloned repo
- add all your files to the repo with this command
git add *
- commit your work
git commit -m "week0 assignment solution by {your name}
- push your work with the following command
git push
- create a pull request
We will announce a winner, the winner's answer will be merged in the master branch :)