Git

Intro

Git has changed the way that programmers write code forever. It provides you with a repository of all of the changes to your project over time, so you can easily go back in time to older code. You can also use Git to collaborate on the same code with other developers. Finally, services like GitHub provide extra features like Pull Requests and Issue Tracking to make large-scale collaborative projects super easy.

It might be helpful to do the terminal badge first

Glossary

There are also a number of terms specific to GitHub:

Suggested Learning

or

Requirements

Extra Learning