%%{ init: { 'theme': 'default', 'themeVariables': { 'fontFamily': 'Meiryo' }, 'gitGraph': { 'orientation': 'LR', 'nodeSpacing': 150, 'mainBranchName': 'main' } } }%% gitGraph commit id: "" tag: "v1.0.0" branch hotfix checkout hotfix commit id: "BUGFIX" checkout main branch develop checkout develop commit id: "開発開始" branch feature/login checkout feature/login commit id: "" checkout main merge hotfix tag: "v1.0.1" checkout develop merge hotfix commit id: "incorporate hotfix" checkout develop merge feature/login commit id: "ログイン機能実装" branch release/1.1.x checkout release/1.1.x commit id: "リリース準備" commit id: "bugfix" checkout develop merge release/1.1.x checkout main merge release/1.1.x tag: "v1.1.0" checkout develop commit id: "FEATURE"