Repetition & Practice
Session 11
This session
In this session, you will complete the following tasks:
- Complete the chapter “GitHub - Advanced” in the Version Control Book.
- Complete the chapter “Issues” in the Version Control Book.
- Complete the exercises for the
recipes
project.
As always:
- Try out the commands in the chapter and play around with them.
recipes
project
At the end of this session, you should have accomplished the following:
- Successfully added a recipe to Lennart’s recipe project (for more details, see slides)
- Cleaned up your repository, like detailed in your received GitHub issue.
Learning objectives
💡 You can fork a repository.
💡 You know the purpose and components of a Pull Request.
💡 You can create a Pull Request from a forked repository.
💡 You know how to collaborate using the popular workflow strategy GitHub flow.
💡 You know the purpose and components of a README
file.
💡 You can protect your main
branch.
💡 You understand the purpose of GitHub Issues.
💡 You can create and manage Issues.
💡 You can reference an Issue in another issue.
💡 You can close an Issue with a commit or pull request.
Slides
To print the slides to PDF, do the following:
- Toggle into Print View using the E key (or using the Navigation Menu).
- Open the in-browser print dialog (CTRL/CMD+P).
- Change the Destination setting to Save as PDF.
- Change the Layout to Landscape.
- Change the Margins to None.
- Enable the Background graphics option.
- Click Save.
Note: This feature has been confirmed to work in Google Chrome, Chromium as well as in Firefox.
Here’s what the Chrome print dialog would look like with these settings enabled:
These instructions were copied from the Quarto documentation (MIT License) and slightly modified.