Skip to content
Getting Digital
All certifications

GitHub certifications

GitHub has belonged to Microsoft since 2018, and its exams now run on Microsoft's machinery. The mechanics are the least interesting thing about the entry-level credential, though. The subject is: version control is the professional skill almost everyone picks up by osmosis and almost nobody is ever taught, which makes a beginner's certificate in it a stranger proposition than it looks.

Exam delivery: Pearson VUE (test centre or online proctored); registration through Microsoft Learn

Nearly everybody who writes software uses Git every day, and hardly anybody has ever learned it. It arrives as ambient knowledge instead: a colleague's cheat sheet in week one, four commands committed to muscle memory, then years of clone, commit, push, plus a quiet dread of anything involving rebase. Whole careers run on that, and the cost stays invisible because it is spread so thin: an afternoon lost to a mangled merge, a rescue mission through the reflog, a branching model everyone nods at and nobody follows. GitHub Foundations is the vendor's answer to that gap, and as a diagnosis it is entirely fair. Whether an exam is the right treatment is a different question, and the answer turns almost completely on what your job title says.

A fair diagnosis, but the wrong prescription for most developers

If you write code for a living, fix the underlying problem and skip the sitting. Give it a weekend: read the manual properly for once, work out what really happens to a commit graph during a rebase, learn bisect, learn worktrees, learn the interactive staging you have been dodging since your first job. You will recover those lost afternoons many times over, and you will stop being the person on the team who settles a conflict by deleting the branch and starting again. No interviewer is going to be impressed by a beginner badge in a tool they already assume you can drive, and a few will quietly wonder why you felt you needed one. For a different reader the same certificate is a genuinely good purchase. Technical writers, product and project people, designers, analysts and support staff now spend their days inside repositories without any engineering training to fall back on, and the exam hands them three things worth having: a syllabus, a deadline, and a credential that states plainly what colleagues would otherwise have to assume. The study path behind it costs nothing, so the outlay is attention and one booking.

  • Sit it if repositories have become part of your job and nobody ever taught you how they work. The syllabus is broad and shallow, which is exactly the shape of that gap.
  • Sit it if you need an external deadline. Plenty of people only learn a tool properly once a booking confirmation is staring at them.
  • Give it a miss if you have been shipping through pull requests for a year or more. You know the material already, and holding the paper says less about you than the work does.
  • It does not expire, at least not by the rule Microsoft applies to foundational credentials; an older GitHub page still shows a two-year validity that policy has since overtaken. Either way no renewal cycle needs funding, which makes this a small decision in both directions: one sitting, one line on a profile, done.
  • Foundations is a bottom rung rather than a ladder. GitHub also certifies work with Actions, with its advanced security tooling and with Copilot, and those sit much nearer to what employers are actually recruiting for. The foundational paper is the only one covered here, so look over the vendor's full list before settling.

Foundational

Frequently asked

Should a working developer sit GitHub Foundations?
Usually not. If pull requests are already your daily routine, the exam confirms what an employer takes for granted. Spend the same weekend learning rebase, bisect and worktrees properly and you get the benefit without the booking.
Who is the certificate actually for?
People whose work moved into repositories without an engineering background arriving with it: writers, project and product staff, designers, analysts, support. For them it supplies a structure, a deadline and something checkable to point at.
Is Foundations the only GitHub certification?
No. Further credentials cover Actions, advanced security and Copilot, and they sit closer to everyday engineering. This site has not documented them yet.

Official certification portal: learn.github.com/credentials

Other vendors

Last reviewed 12 September 2026 · Getting Digital