An open API service indexing awesome lists of open source software.

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

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.