Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 569 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 569 Bytes

Week0-Assignments

Please:

  1. fork the repository with the fork button on the up right corner
  2. clone the forked repo with the following command git clone {URL to your cloned repo} then cd into the directory
  3. add assignment files to the cloned repo
  4. add all your files to the repo with this command git add *
  5. commit your work git commit -m "week0 assignment solution by {your name}
  6. push your work with the following command git push
  7. create a pull request

We will announce a winner, the winner's answer will be merged in the master branch :)