Failed to create branch 'feature_1/experiment_1': invalid reference name 'feature_1'
Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.
Summary
If the branch "a" is created and you need to create a branch "a/b", then you will not be able to do this.
Error: Failed to create branch 'feature_1/experiment_1': invalid reference name 'feature_1'
Steps to reproduce
Web:
- Create branch "feature_1" from default branch.
- Create branch "feature_1/experiment_1" from branch "feature_1".
Git:
git checkout -b feature_1git push --set-upstream origin feature_1git checkout -b feature_1/experiment_1git push --set-upstream origin feature_1/experiment_1
Example Project
What is the current bug behavior?
Such branches should be created.
What is the expected correct behavior?
Such branches should be created.
Relevant logs and/or screenshots
and note that the underscore character is not visible.
Edited by 🤖 GitLab Bot 🤖
