Skip to content

Instantly share code, notes, and snippets.

@kibotu
Created December 16, 2025 10:31
Show Gist options
  • Select an option

  • Save kibotu/9f5bbf909077f5faf8218304ebc5e95b to your computer and use it in GitHub Desktop.

Select an option

Save kibotu/9f5bbf909077f5faf8218304ebc5e95b to your computer and use it in GitHub Desktop.
Git Flow: App
---
config:
gitGraph:
mainBranchName: main
rotateCommitLabel: true
theme: base
---
gitGraph
commit id: "init"
branch release/2026.1.0
branch release/2026.2.0
checkout release/2026.1.0
branch feature/login
commit id: "UI scaffold"
commit id: "API integration"
checkout release/2026.1.0
merge feature/login tag: "feature/login done"
checkout release/2026.2.0
branch feature/profile
commit id: "Profile UI"
commit id: "Add avatar"
checkout release/2026.1.0
merge feature/profile tag: "feature/profile reprioritized"
checkout release/2026.2.0
merge release/2026.1.0 tag: "Auto-forward →"
checkout main
branch hotfix/payment-bug
commit id: "Fix payment bug"
checkout main
merge hotfix/payment-bug tag: "Release 2026.1.1"
checkout release/2026.1.0
merge main tag: "hotfix →"
checkout release/2026.2.0
merge main tag: "hotfix →"
checkout main
merge release/2026.1.0 tag: "Release 2026.1.0"
checkout main
merge release/2026.2.0 tag: "Release 2026.2.0"
@kibotu
Copy link
Author

kibotu commented Dec 16, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment