gitsetgo
press room · updated august 2026

press

everything you need to write about gitsetgo ~ no jargon, no marketing fog ~

This page explains what the app is, why it exists and what's actually notable about it — plus copy-and-paste descriptions, verified facts and quotes you're free to use. Written assuming you've never touched a line of code.

01 · start here — the whole thing, simply

first: what is "git", and why should anyone care?

Git is the system software teams use to save versions of their work, track every change and combine code written by different people.

Think of it as Google Docs' version history, Track Changes and an undo button — but for software. When a developer adds a feature or fixes a bug, Git records what changed, who changed it and when. If something goes wrong, the team can find the cause, return to an earlier version or restore work that was removed.

Nearly every modern software team depends on Git. But beginners usually encounter it through a command-line screen, unfamiliar terminology and cryptic error messages. As a result, many developers do not properly learn Git until something breaks on a real project.

so what is gitsetgo?

A free mobile game that teaches Git by making you actually use it. You play a nervous new intern on their first day at a software company. A blunt mentor hands you a problem — the login page is broken, a teammate's work needs merging — and you fix it by typing a real Git command into a terminal built into the game.

Get it right and you win the battle. Get it wrong and the game explains why, then nudges you toward the answer with hints rather than handing it over. There are 30 levels, running from the first command a beginner types to the ones that intimidate professionals.

The short version: a pixel-art role-playing game where the weapon is a command line.

station 03 — the first commit
MR. TORVALDS: You changed the file. Nobody can see it yet.
Save your work properly. Now.
 
intern@git-inc:~$ git commit -m "fix the login button"
[main a3f1c9] fix the login button
 1 file changed, 12 insertions(+)
 
✦ CRITICAL HIT — Mr. Torvalds takes 24 damage
✓ +40 XP · station 04 unlocked

02 · at a glance — the numbers

30
levels, git initgit bisect
3
floors — intern to senior
free
the full game, all 30 levels
2
platforms — iOS & Android
6
curated learning paths
~26 MB
download, works offline

03 · the premise — why this exists now

🤖

AI writes the code now

Anyone can generate a working app in an afternoon. Writing software has stopped being the bottleneck.

🔥

but somebody has to fix it

When AI-generated code breaks — and it does — Git is the undo button. If you don't know it, you can't recover.

🎮

so teach it like a game

Reading documentation doesn't build reflexes. Typing the command thirty times under pressure does.

04 · ready to publish — paste these straight in

Three lengths, already fact-checked. Hit copy and drop them into your piece — no attribution needed.

one line26 words
GitSetGo is a free mobile role-playing game that teaches Git — the version-control tool behind nearly all modern software — by having players type real commands to win battles.
short54 words
GitSetGo is a free mobile role-playing game that teaches Git, the version-control system used by virtually every software team. Across 30 levels, players type real Git commands into a simulated terminal to win battles, guided by hints rather than answers. Players who finish can earn a verifiable certificate that comes with a unique shareable link. It is made by KraftPixel Labs.
full boilerplate104 words
GitSetGo is a free mobile game that teaches Git — the version-control system behind virtually all modern software — through role-playing rather than documentation. Players take the role of a new developer on their first day, receiving missions from a blunt in-game mentor and solving them by typing real Git commands into a simulated terminal. The game covers 30 commands across three floors, from a first commit through to rebasing and bisecting, and gives progressive hints instead of answers when a player is stuck. Lessons and battles work offline. Released in February 2026 by KraftPixel Labs, it is available free on iOS and Android.

05 · fact sheet — verified 4 august 2026

productGitSetGo
in one lineA mobile role-playing game that teaches Git by typing real commands
developerKraftPixel Labs — KraftPixel Digital Solutions Private Limited
released27 February 2026
current version1.3.0 — released 1 August 2026
platformsiOS 15.1 or later · Android
priceFree. Optional paid certificate; optional in-app purchase for extra play sessions
categoryEducation · Role Playing · Simulation
age rating4+ (App Store)
download sizeApproximately 26 MB (iOS)
offline useAll lessons and battles work offline; only certificate issuing needs a connection
curriculum30 levels across 3 floors, covering 30 Git commands
built withReact Native
oddityThe website also runs as a real SSH app — ssh terminal.gitsetgo.app -p 1337
app storeapps.apple.com/app/id6759560569
google playplay.google.com/store/apps/details?id=com.kraftpixellabs.gitsetgo
websitegitsetgo.app
partner portalportal.gitsetgo.app
press contactabhi@kraftpixel.com

06 · under the hood — what's actually in it

a terminal that really works

The in-game command line simulates how Git genuinely behaves — files, staging, history. Players learn cause and effect, not multiple-choice patterns.

hints, not answers

Stuck players get progressively stronger nudges from the mentor. The answer is never simply handed over.

pick a specialism

Play as a front-end or back-end developer. Your choice changes the files in your missions — broken layouts versus broken APIs.

dangerous commands, safely

Practise the genuinely destructive stuff — force-pushes, hard resets — in a sandbox where nothing real can break.

a daily puzzle

One new Git challenge a day in five formats, including speed drills and predict-the-output, with streaks to keep.

a reference library

"GitDex" documents all 30 commands with flags, examples and tips, plus six themed learning paths.

07 · the certificate — in plain terms

Finishing the 30 levels unlocks a certificate of completion. The player types a command into the game's terminal, enters their name and email, and the credential is issued with a unique ID that anyone can verify online. It arrives by email and can be posted to LinkedIn.

Colleges and bootcamps can partner for their own organisation code. Students who enter it get the certificate covered by their institution and co-branded with its name. Everyone else can buy it in the app. The game itself is free either way.

Institutions apply at portal.gitsetgo.app — a short partnership agreement, then a dashboard listing every certified student by name, level and certificate number, exportable as a CSV. Institutions that opt in also appear on a public leaderboard (portal.gitsetgo.app/leaderboard), ranked by verified certificates their students have earned.

08 · for your editor — three angles worth writing

Honest suggestions, depending on your beat. Happy to go deeper on any of them.

tech / AI

AI can write the code. Can juniors recover when it breaks?

AI is making code faster to produce — but not necessarily easier to understand, verify or repair. GitSetGo opens a larger conversation about which fundamentals become more important when generating code becomes easy.

education

the tool developers learn in panic — turned into a game

Most developers encounter Git through cryptic errors on a real project. GitSetGo turns that rite of passage into 30 role-playing levels where mistakes are safe, commands behave realistically and hints guide players without revealing the answer.

careers / india

the workplace skill students are expected to learn on their own

Students may graduate knowing how to write code, without ever practising how to manage it with a team — tracking changes, undoing mistakes, working alongside other developers without stepping on their work. An Indian studio is testing whether that can be taught through practice, and represented through a verifiable, college-branded credential.

09 · quotes — cleared for use

Use these as they are — quotes from the KraftPixel team, and from the HR professionals we talk to about hiring junior developers. For a fresh or tailored quote, just ask.

"I've interviewed many candidates, nowadays many Gen Zs, who know the right answers. But the difference shows when they can explain what they tried, what went wrong, and how they fixed things themselves."
Aastha Oswal · HR Lead
"When I speak with colleges, they're not looking for another course. They want students to practise in a setting that feels real, before a job depends on it."
Ginelle Serrao · HR Executive
"You can watch tutorials and memorise commands, but real understanding comes from seeing what breaks, tracing the problem and finding your way back."
Prathamesh Gharat · CTO, KraftPixel
"The best learning happens when people are free to try, fail and try again. That freedom is much harder to find once the pressure of a real project begins."
Abhishek Gharat · CEO, KraftPixel

10 · assets — logos, screenshots, links

Everything below is cleared for editorial use. Need a specific size, a transparent background or a particular scene captured? Email and you'll have it the same day.

11 · quick answers — what journalists actually ask

Do I need to know how to code to try it?

No. It starts from zero and explains each idea before asking you to use it. If you can type, you can play level one.

Is it really free, or free-to-start?

All 30 levels are free, permanently, with no ads and no account. There are two optional purchases: the official certificate, and a small in-app purchase that refills play sessions faster. Neither gates any lesson or level.

Is the terminal real, or just a script?

It's a simulation, not a real Git installation — but it models genuine Git behaviour: file states, the staging area, commit history. Commands do what they'd do on a real machine, which is why the muscle memory transfers.

Who is it for?

Computer science students, bootcamp learners, self-taught developers who skipped version control, and junior developers preparing for interviews. Colleges also use it as placement-preparation material.

How does a college partner with you?

Institutions get an organisation code to hand out. The college covers certificate costs and its branding appears on every credential issued. Nothing to install, no infrastructure to run.

Can I get a review build, or an interview?

Yes to both — the app is free to download right now, and the co-founder is available for interviews, walkthroughs and demos in English.

12 · contact — talk to a human

Press enquiries go straight to the co-founder — no agency, no filter. Ask for a demo, a custom quote, extra screenshots or a fact check.

abhi@kraftpixel.com
Abhishek Gharat · co-founder, KraftPixel Labs · usually replies within one working day

© 2026 KraftPixel Digital Solutions Private Limited. Git and the Git logo are trademarks of Software Freedom Conservancy, Inc. GitSetGo is an independent educational game and is not affiliated with, endorsed by or sponsored by the Git project, Software Freedom Conservancy, or Linus Torvalds; the in-game character "Mr. Torvalds" is a fictional homage. Apple, the Apple logo and App Store are trademarks of Apple Inc. Google Play and the Google Play logo are trademarks of Google LLC. Copy and assets on this page are cleared for editorial use in coverage of GitSetGo.

Android iOS