Completed
- GitHub task list
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Documentation Office Hours: GitHub Workflow for Ubuntu Documentation - March 8, 2024
Automatically move to the next video in the Classroom when playback concludes
- 1 - Introduction and updates
- 2 - Live git and GitHub demonstration
- 3 - GitHub task list
- 4 - Forking the Open Documentation Academy repository
- 5 - `git clone` to create a local copy of your fork
- 6 - `git checkout` to create a new local branch to work in
- 7 - Create and edit any proposed documentation changes
- 8 - `git add` and `git commit` to stage which files you want to change
- 9 - `git push` to push local changes to your GitHub fork
- 10 - Create a pull request to ask that your changes are considered
- 11 - Responding to review comments
- 12 - Merge the pull request