## Gitflow ```mermaid %%{init: { 'gitGraph': {'mainBranchName': 'master'}} }%% gitGraph commit commit branch developer checkout developer commit branch feat/0001 checkout feat/0001 commit checkout developer commit branch feat/0002 checkout feat/0002 commit commit checkout feat/0001 commit ```