branch¶
Create a new branch for the application
Usage¶
mep-manager branch [-b branch] branch_name [-h]
Arguments¶
- branch_name
- Name of the new branch
Options¶
- -b,–branch <branch>
- The path to branch. “dev” and “trunk” are aliases for the development version, “current”, “stable” and “latest” are aliases for the latest stable version (default: trunk)
- -h,–help
- Display help and exits (default: false)