Git and GitHub

Learn about the difference between Git and GitHub.

We'll cover the following...

Git versus GitHub

A Git repository is the storage of code snapshots. It provides a staging area and working directory for Git clients to control.

On the other hand, ...