oneflow icon indicating copy to clipboard operation
oneflow copied to clipboard

feature-create: Configurable branch name prefix

Open kzacharakis opened this issue 7 years ago • 0 comments

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

kzacharakis avatar Jun 14 '18 13:06 kzacharakis