Learn Git Lesson Plan

To understand Git, let’s break it down into parts that make Git work for you

  1. The anatomy of Git Repo
  2. Create a GitHub Account and Set up Dev Machine
  3. Create and Clone a Remote Git Repo
  4. Fork an Existing Git Repo
  5. Use Git on a One-Person Team
  6. Use Git on a Multi-Persons Team
  7. Git Best Practice
  8. Extra: Create GitPage

The anatomy of Git Repo

Create a GitHub Account and Set up Dev Machine

Create and Clone a Remote Git Repo

Fork an Existing Git Repo

Use Git on a One-Person Team

Use Git on a Multi-Persons Team

Advanced: Cherrypick, revert comment, branching strategy, blame, comment

Git Best Practice

Extra: Create GitPage