Skip to content
Lower pricing Individual licenses are now $49/year for Studio, $25 for Core — See pricing →

Git Graph

Last updated:

Mermaid Studio provides language support for Git graph diagrams inside IntelliJ IDEA and other JetBrains IDEs. Git graphs display commit history, branches, and merges in a visual format that mirrors your day-to-day Git workflows.

Syntax highlighting integrates directly with IntelliJ’s color scheme system, so diagram colors always match your editor theme.

Git graph syntax highlighting in Armada Dark theme

The summary below shows the IDE support Mermaid Studio ships for git graphs, grouped by capability.

IDE feature supportSelect a feature for its description.
Editing
Code Intelligence
Validation
Refactoring
Navigation & Docs

Completions are reference-aware, suggesting declared branch names, commit IDs, and commit types where each is valid. Quick fixes declare missing branches and correct cherry-pick parent attributes in place.

For complete syntax documentation including cherry-pick, tags, and custom themes, see the Mermaid.js GitGraph documentation.