Templates / gitGraph

Git release flow

A trunk-plus-develop branching model with a feature branch, a tagged release, and a hotfix commit.

Open in studio

Preview

Mermaid 11 renderer

Rendering preview...

Mermaid source

gitGraph

gitGraph
    commit id: "init"
    branch develop
    checkout develop
    commit id: "scaffold"
    branch feature-auth
    checkout feature-auth
    commit id: "login-form"
    commit id: "session-api"
    checkout develop
    merge feature-auth
    checkout main
    merge develop tag: "v1.0.0"
    commit id: "hotfix-cookie"

More templates