In this codelab, you will practice using GitHub and Git using what you learned in the previous tutorials!
- Clone this repository to your computer using the commands you learned
- Create a new branch called:
<github username>-codelab
- TIP: you can create a new branch and switch into it in one command using:
git checkout -b <new branch name>
- Next, open this codelab file and fix the tpyo!
- Verify your change by using
git status - Stage your changes
- Verify your staged changes
- Commit your changes using the appropriate commit structure outlined in Lesson 2
- Push your changes to your branch version on GitHub
- Create a new pull request and assign @RafaelPiloto10 and your team lead for review
- Link issue #1 to your pull request by:
- Linking it in the
Developmentsection on the sidebar - Mentioning it in the comments
- Finally, keep an eye on the status of your request and update any changes requested
NOTE: Your pull request will not be accepted, but you may receive feedback regarding your process