Git Essentials
Learn the Git basics you need to effectively work with AI coding tools
What is Git and Why It Matters
Understand what Git is, why version control matters, and how knowing Git helps you work better with AI coding tools.
Setting Up Git
Install Git on your computer and configure your name and email so you're ready to start using version control.
Your First Repository
Create your first Git repository, understand git init vs git clone, and learn what the .git folder does.
Tracking Changes
Learn the core Git workflow: checking status, staging files with git add, and saving snapshots with git commit.
Understanding Branches
Learn what branches are, how to create and switch between them, and why they're essential for safe experimentation.
Working with Remote Repositories
Learn to push and pull code with GitHub, connect local repos to remotes, and collaborate safely.
Git Cheat Sheet for AI Prompting
A quick reference of every Git command you've learned, plus ready-to-use prompts for asking AI coding tools the right questions.