Created
December 16, 2025 10:31
-
-
Save kibotu/9f5bbf909077f5faf8218304ebc5e95b to your computer and use it in GitHub Desktop.
Git Flow: App
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| 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" |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
mermaid