Git fundamentals
Why docs teams use Git
Before learning the mechanics, it helps to understand what problems Git solves for documentation teams.
Git is version control software. It tracks every change to every file in your documentation, records who made it and when, and lets multiple people work on the same content without overwriting each other.
If you’ve never used Git before, it can feel unnecessarily complicated at first. This course strips it back to what matters for documentation work. Most tools for writing — Google Docs, Notion, Confluence — have their own ways of handling collaboration and history. So why do documentation teams that use Mintlify work with Git instead?
Git solves three problems that matter a lot for documentation: tracking what changed, enabling collaboration without chaos, and making sure changes are reviewed before they go live.