Branch Naming convention
wip
work in progress; unfinished work
feat
feature to add/expand
bug
bug fix
fix
fix for bug
junk
experiment to discard
chore
refactor
slash delimiter prevents duplicate subchild name
"one/two" and "one/two/three" cannot exist in same .git due to how slash rep in git tree (unless one is file and other dir)