Conversation
There was a problem hiding this comment.
Step 7: Respond to a review
Your pull request is looking great!
Let’s add some content to your file. Replace line 5 of your file with a quotation or meme and witty caption. Remember: Markdown is supported.
⌨️ Activity: Change your file
- Check out to your branch:
git checkout my-slide
- Open the file
_posts/0000-01-02-HeatherFritz.md. - Replace line 5 of the file with something new.
- Stage your new changes:
git add _posts/0000-01-02-HeatherFritz.md
- Commit your changes:
git commit -m "<YOUR-MESSAGE>" - Push your edits to GitHub:
git push
I'll respond when I detect a commit on this branch.
There was a problem hiding this comment.
Step 8: Merge your pull request
Nicely done @HeatherFritz! ✨
You successfully created a pull request, and it has passed all of the tests. You can now merge your pull request.
⌨️ Activity: Merge the pull request
-
Check out to the
masterbranch:git checkout master
-
Merge your branch:
git merge my-slide
-
Push the merged history to GitHub:
git push
-
Delete your the branch locally:
git branch -d my-slide
-
Once your branch has been merged, you don't need it anymore. Click Delete branch.
I'll respond when this pull request is merged.
Nice workCongratulations @HeatherFritz, you've completed this course! What went wellNow, you have your slide deck deployed here and you've gone through the GitHub Flow. Before I say good-bye, here's a recap of all the tasks you've accomplished in your repository:
What's next?We hope this course helped you feel more comfortable using GitHub. Remember: You’re always welcome to repeat course topics if you’d like additional practice. If you’re ready to build on your new skills, here are some ideas. Contribute to a projectTo find projects to contribute to through trending topics and curated collections, check out GitHub Explore. Keep learningHere are some suggestions for future courses you can take:
|

This adds a new slide to the slide deck