mob
mob copied to clipboard
Default WipBranchQualifierSeparator is wrong in `README.md`
In the README we tell about the --branch parameter for mob start and mob reset. There we explain, the following [--branch|-b <branch-postfix>] Set wip branch to 'mob/<base-branch>/<branch-postfix>' The / between <basebranch> and <branch-postfix> is the configuration value if WipBranchQualifierSeparator. But the default value for this is not / it is -. So the example in the README.md is wrong.