Work In Progress (WIP)

This course is currently being developed!

As this course is developed, you are free to sign up early to be the first to know when the course is live. Additionally, you can keep up with me on Twitter, where I'll announce the course when it's live and when preorders open up!

Course curriculum

  • 1

    Welcome to the Course!

    • A Message From Dean, Your Instructor

    • How To Use This Course

    • Before You Begin Your Journey...

  • 2

    Course Introduction & Overview

    • Course Overview

    • What Is Git?

    • What Are Repositories?

    • Git Hosting Services

  • 3

    Installation & Setup

    • High-level lesson

    • Installing Git On Windows 11

    • Installing Git On Ubuntu (Linux)

  • 4

    Beginner Essentials

    • Beginner Overview

    • Git Init - Initializing A Repository

    • Git Status - Checking For Changes

    • Git Add - Staging Changes

    • Git Commit - Committing To Making Changes

    • Git Reset - Unstaging Changes

    • Git Push - Pushing Your Changes Up To The Remote Repository

    • Git Pull - Pulling Changes Down To Your Local Repository

    • Git Clone - Cloning A Remote Repository To Your Device

    • Git Branches - The Main Branch