Recreating a screenshot of the Python website
- FORK this repo. This will give you your own remote repo.
- CLONE your repo into your local machine. This will give you a folder that contains this project. You will know if you've done this correctly if you have are given a new folder called "octoberPythonClone".
- Navigate into your new folder and CREATE another folder named with your name. Don't touch any of the existing files you may find in there!
- ADD your code for the Python Clone assignment the folder you created in step 3. BE CERTAIN there are no nested git repos! (Since you cloned this project from your own remote repo, octoberPythonClone is already a git repo. Leave that git repo be! You want that git repo. But you do not want any other git repos in any of the folders within octoberPythonClone.)
- PUSH your code to your own remote repo. (Of course this will also require git add and git commit.)
- Send me a PULL REQUEST.