oneflow
oneflow copied to clipboard
feature-create: Configurable branch name prefix
Usually, feature branches are prefixed with feature (e.g. feature/my_feature). This enhancement request is about a configuration setting that will apply this prefix automatically.
Given that the prefix setting is set to feature, running the follow command will result to a new branch with named feature/my_feature
oneflow feature-create my_feature