Skip to content

Latest commit

 

History

History
21 lines (10 loc) · 945 Bytes

README.md

File metadata and controls

21 lines (10 loc) · 945 Bytes

Code Challenge Repo: One Repo to Rule Them All!

Student

Please follow the instructions. If your instructor's instructions differ from below, always listen to your instructor instead.

Instructions for Every Challenge

Before every challenge, clone down this repo using the git clone command and the Clone HTTPS link. This is important - we need you to have a clean repo to work from. Do not use your old clones of this repo!

cd into the directory of your current code challenge.

Create and checkout a new branch using your first and last name: git checkout -b bartelby-cumberbuttons

Push your branch: git push origin bartelby-cumberbuttons

Your instructor will confirm that your branch was pushed successfully. Once all branches appear, your instructor will ask you to start work on the challenge.

At the end of the challenge, make your final commit and push your branch! Await your grade brave almighty student!