Local prototype • practical GitHub workflow

Git Quest

Learn GitHub by playing through the real loop: issue → branch → commit → push → pull request → review → merge conflict → clean merge. Built for short daily practice with progress saved in this browser.

Learning map

Each module unlocks a practical GitHub habit, not just vocabulary.

Flashcard 1/1

Loading…

Flashcards

Practice the language: pull, fork, branch, commit, push, PR, issue, conflict, rebase, review.

Quick quiz

Choose the best next action in realistic situations.

Workflow lab

Put the commands in a safe order for a feature branch workflow.

Tap commands in order
# Your selected workflow will appear here.

Merge conflict trainer

Resolve the conflict markers and keep the best final README line.

README.md <<<<<<< HEAD ## Setup Run the app locally with python3 -m http.server. ======= ## Setup Open index.html, then commit the change on a feature branch. >>>>>>> feature/readme-setup

Issues & Jira-style stories

Practice turning vague work into trackable GitHub Issues.

GitHub workflow cheat sheet

Use this as a daily checklist before pushing code.