Practice

Git Practice

Basic

Hands-on Git lessons - type real git commands into an in-browser terminal, against a real repository, and get checked instantly. No setup, no account.

Git Practice

Five short, hands-on Git lessons: make your first commit, build a real commit history, branch and switch, merge your work back in, and learn to read git status like a pro. Each lesson gives you a task and a tiny in-browser terminal - not a code editor. You type one real git command per line, run it, and get checked instantly against a real repository running entirely in your browser.

Start with lesson 1. You can leave and come back any time - your code is saved locally.

Lessons

  1. Your first commit
  2. A second commit, and git log
  3. Branch, then checkout
  4. Merging a branch back in
  5. Reading git status