internetguru / flow

Use Git Flow with ease – maintain branches, semantic versioning, releases, and changelog with a single command.
Other
41 stars 6 forks source link

Trim branch prefix if matches with name #63

Closed jiripavelka closed 1 year ago

jiripavelka commented 7 years ago

Command omgf feature-myfeature now creates branch name feature-feature-myfeature. It may be sufficient to trim the matching prefix and thus create branch name feature-myfeature instead.

Suggested solution: trivial.