-
-
Notifications
You must be signed in to change notification settings - Fork 150
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"mob start" fails when base branch isn't a local branch #451
Comments
Hi. Sorry, but the above error message is probably misleading. I anonymized a real output, replacing our branch name with If you provoke the above with a base branch without hyphens in its name, you will get:
If you do the same with a base branch with hyphens in its name, you'll get:
|
Good find, thank you @stefanscheidt |
I would like to create another issue for the special case with branch names that contains hyphens. There we have an Issue with the feature of the wip branch qualifier. In my honest opinion this can not be fixed without adjusting behavior there which would be a breaking change. Therefore i would like to decouple these both bugs. |
see #458 for branch names with hyphens |
I'm not sure if this is a feature or a bug: Let's assume an ensemble works on a task with the base branch some-task. Now a colleague joins, clones the repo, switches immediately to mob/some-task (!) and enters mob s 10. Then he/she will see:
Of course he/she should have switched to some-task and do a mob s 10 (or probably mob s 10 --join ).
Is the current behaviour intended or could this be improved?
The text was updated successfully, but these errors were encountered: