Multiwoven is using the git-flow workflow for managing git branches. Git flow repository operations are done using a git extension called gitflow. Installation instructions for gitflow can be found here
$ git flow initInitialized empty Git repository in ~/project/.git/No branches exist yet. Base branches must be created now.Branch name for production releases: [main]Branch name for "next release" development: [develop]How to name your supporting branch prefixes?Feature branches? [feature/]Release branches? [release/]Hotfix branches? [hotfix/]Support branches? [support/]Version tag prefix? []$ git branch* develop main