8.1: Intro to GitHub

Learning Objectives

At the end of this lesson, you should:

  • Be familiar with GitHub

  • Understand briefly how GitHub extends the capabilities of Git

Introduction

GitHub is a web application that hosts Git repositories on the internet. It is a centralised set of repositories developers use to hold "official" copies of their code.

Why Use GitHub?

In Fundamentals we'll be using GitHub as a place to download starter code, and, when we cover 8.2 (GitHub Fork and Clone) we'll use it to submit projects and store our code and code versions online.

Don't worry for now if the structure of local and remote repositories seems confusing, we'll be covering these topics again more in-depth in 8.2 and 8.3.

Last updated