Skip to content

Git Help

John Pocock edited this page May 12, 2021 · 7 revisions

Here is a collection of useful resources for if you get stuck with git and need some help.

Oh S**t Git (AKA Dangit Git)

A collection of common problems and quick solutions. Available in many languages.

https://dangitgit.com/en

Learn Git Branching

A game to teach you how to manage git branches and commits. Available in many languages.

https://learngitbranching.js.org/

MIT: The Missing Semester (Version Control)

The version control chapter of the MIT online 'missing semester' module in computer science covering tidbits such as using command line tools and version control systems.

https://missing.csail.mit.edu/2020/version-control/

The Git Pro Book

A free book written by Scott Chacon and Ben Straub. Available in many languages.

https://git-scm.com/book/en/v2