Skip to content

git branch model

Hiroyuki Wakabayashi edited this page Jul 7, 2022 · 11 revisions

Branch Stategy

branch prefix conventions

prefix stands for example purpose
feat/ feature feat/add_awesome_function Adding new features to src
sc/ sanity check sc/verify_some_feature Just checking some features with e2e operations
bf/ bugfix bf/fix_some_minor_error Fixing some errors in src

Clone this wiki locally