GIT GUD
CLI QUEST

Escape the corrupted repo.

Git Gud is a tiny command-line adventure where Git commands become your tools. Stage a flashlight, commit your way through the dark, and unlock the basement exit in a short, replayable run.

(master) $ git status
Untracked: flashlight.txt
(master) $ git add flashlight.txt
(master) $ git commit -m "Light it up"
Hatch unlocked. New branch discovered.

Your Quest Log

Quest 01

Find the flashlight

Run git status to locate the first clue in the repo.

Quest 02

Save your progress

Use git add and git commit to light the way.

Quest 03

Descend into basement

Checkout the next branch and complete the escape key.

How to Play

Supported Commands

git status, git add, git commit -m "message", git checkout, exit.

Session Length

Finish in 5 to 10 minutes. Restart any time.

Suggested Terminal

Windows Terminal, PowerShell, or a modern ANSI terminal.

Repo Access

Clone and play:
git clone https://github.com/Jerome-Mondol/git-gud.git
Open on GitHub