This project is designed for one to practice the Git/Github workflow here at BloomTech. You will be able to follow along with this great link and use this assignment to demonstrate your ability to work within this flow. Follow the instructions for the Git Flow Without CodeGrade listed below to complete the assignment.
- Create your own version of this repository by clicking the Fork button in the top right of the Github screen
- Clone this repository by using the
git clone [email protected]:YOUR-GITHUB-NAME/Git-Flow-Practice.git
- Create a branch
git checkout -b 'firstName-lastName'
- Add your name to the list of names below.
- Run git add ., git commit -m "added my name to the list", and git push to send your code to Github
- Create a Pull Request to submit your work. DO NOT MERGE THE PULL REQUEST!
- Use your own student fork as the base (compare across forks, base-fork -> master) and submit the URL in Canvas
- Steve Rogers
- Ryan Hamblin