← All guides

Series

Git Basics

A no-fluff walkthrough of Git from zero, one short episode per command. Start at episode one and follow along.

3 episodes · 3 free

  1. Episode 1

    How to Install Git on a Mac Using Homebrew

    One command, done in under a minute.

  2. Episode 2

    Create a Local Git Repo with git init

    One command creates the repo. Everything git tracks lives in the .git folder it makes.

  3. Episode 3

    Connect a Local Repo to GitHub with git remote

    Wire your local repo to GitHub and confirm the connection with two commands.