All achievements
Git Manager rewards everyday Git work — committing, merging pull requests, or running the right command in the built-in terminal — with achievements. Many of them unlock something concrete: most of the color themes in Settings → Appearance start locked, and an achievement is how you earn each one.
Spoilers stay hidden until you click one
The app conceals two things until you have earned them: a cosmetic reward stays behind “???” until its achievement unlocks, and a challenge that depends on another one is not shown at all until that one is done. The blurred cells below are exactly those — click one to reveal it. Nothing is revealed for you, so this page is safe to read for the ones you have already met.
Bronze
| Achievement | How to unlock | Reward | Points |
|---|---|---|---|
| Apprentice Observer | Open the app's Launchpad. | XP boost | 10 |
| First Steps | Make your first commit from the app. | 10 | |
| Unlock First Steps first. | XP boost | 20 | |
| Undeniably Indecisive | Stage a file, then unstage that same file. | 15 | |
| Status Inspector | Run 'git status' in the terminal. | 15 | |
| Local Historian | Run 'git log' in the terminal. | 15 | |
| Collaborative Spirit | Have 1 pull request merged or closed. | XP boost | 20 |
| Back to the Future | Discard local changes. | 15 | |
| Discreet Surgeon | Create a fixup commit. | XP boost | 20 |
| Code Watcher | Run 'git diff' in the terminal. | XP boost | 20 |
| Branch Explorer | Run 'git branch --all' in the terminal. | XP boost | 20 |
| Stash Inspector | Run 'git stash list' in the terminal. | XP boost | 20 |
Silver
| Achievement | How to unlock | Reward | Points |
|---|---|---|---|
| Unlock Commit Regular first. | 40 | ||
| Unlock Collaborative Spirit first. | 40 | ||
| History Architect | Run an automatic rebase with 'autosquash'. | 30 | |
| Dichotomy Detective | Run 'git bisect' in the terminal to hunt down a bug. | 30 | |
| Precise Picker | Run 'git cherry-pick' in the terminal. | 30 | |
| Time Surgeon | Run 'git rebase -i' in the terminal. | XP boost | 35 |
Gold
| Achievement | How to unlock | Reward | Points |
|---|---|---|---|
| Unlock Code Artisan first. | 80 | ||
| Unlock Agile Manager first. | 80 | ||
| Advanced Multitasker | Run 'git worktree' in the terminal to work in parallel. | 40 | |
| Matryoshka Inspector | Run 'git submodule' in the terminal. | XP boost | 40 |
| History Rewriter | Run 'git filter-branch' or 'git filter-repo' to clean up the repository. | 50 | |
| Repository Archivist | Run 'git verify-pack' or 'git count-objects' to analyze disk usage. | XP boost | 50 |
| Chief Plumber | Run the plumbing command 'git write-tree'. | XP boost | 60 |
| Raw Object Inspector | Run the plumbing command 'git cat-file' to read an object. | XP boost | 60 |
Platinum
| Achievement | How to unlock | Reward | Points |
|---|---|---|---|
| Unlock Commit Stakhanovite first. | 150 | ||
| Absolute Git Master | Unlock every other achievement in the app. | 150 |
This page is generated from apps/desktop/src/stores/achievements.json, the catalog the app itself unlocks achievements from.