git-flow
https://www.atmarkit.co.jp/ait/articles/1708/01/news015.html
に図ありで説明されているのでmemoしておく
branch
main
master
リリース済みのsource codeを管理
develop
開発中のsource codeを管理
support
feature
機能実装やバグ修正などの開発作業を行う
prefixは
feature
でなくてよい
release
リリース準備作業を行う
hotfix
緊急の修正作業を行う
このbranch切り分けが
GitHub Flow
との違いか
tsawada.icon
Githubではmaster以外は全てごちゃ混ぜ