https://github.com/jenna-jordan/git-novice-speedrun
Combines the SWC git novice lesson, Incubator git branches lesson, and LC GitHub lesson for a 90 min lesson introducing learners to working with git, GitHub, branches, and PRs
https://github.com/jenna-jordan/git-novice-speedrun
english git github lesson pre-alpha
Last synced: about 2 months ago
JSON representation
Combines the SWC git novice lesson, Incubator git branches lesson, and LC GitHub lesson for a 90 min lesson introducing learners to working with git, GitHub, branches, and PRs
- Host: GitHub
- URL: https://github.com/jenna-jordan/git-novice-speedrun
- Owner: jenna-jordan
- License: other
- Created: 2025-03-08T22:23:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-05-05T03:34:25.000Z (about 2 months ago)
- Last Synced: 2026-05-05T05:31:03.105Z (about 2 months ago)
- Topics: english, git, github, lesson, pre-alpha
- Homepage: http://jennajordan.me/git-novice-speedrun/
- Size: 15.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
- Citation: CITATION.cff
Awesome Lists containing this project
README
# Git and GitHub Speedrun for Novices
This lesson combines and modifies content from the [Software Carpentry Version Control with Git lesson](https://swcarpentry.github.io/git-novice/), the [Carpentries Incubator Version Control with Git lesson](https://carpentries-incubator.github.io/git-novice-branch-pr/) that incorporates branches and PRs, and the [Library Carpentry Introduction to Git lesson](https://librarycarpentry.github.io/lc-git/).
The actual delivered content is designed to be taught in 90 minutes, but requires learners to complete set-up and installation steps prior to the workshop.
The workshop prioritizes the typical developer workflow, which is why it is taught in VS Code with a bash terminal, and starts with the creation of the repo on GitHub rather than the local computer. Terminal commands are used first, before the VS Code Source Control pane is introduced. Learners should be encouraged to use the workflow they are most comfortable with.