Skip to content

Getting Started with Git & GitHub

Andy Teucher edited this page Jul 13, 2020 · 13 revisions

What are Git & GitHub?

  • Git is is a free and open source distributed version control system.
  • GitHub is a Web-based Git version control repository hosting service. It is mostly used for computer code. It offers all of the distributed version control and source code management functionality of Git as well as adding its own features.

Why Git & GitHub?

A Few Resources for Getting Started