vscode-gitflow icon indicating copy to clipboard operation
vscode-gitflow copied to clipboard

replace whitespace/forbidden characters in branch name on feature start

Open e110c0 opened this issue 7 years ago • 2 comments

many projects expect the name of a branch to include the ticket number and a short title. To be able to just c&p the ticket title into the feature: start input, it would be nice if any whitespace and forbidden characters would be exchanged automatically (e.g. with _).

example: "27 my fancy feature" => "27_my_fancy_feature"

e110c0 avatar Dec 26 '17 15:12 e110c0

I sent a pull request to solve this, I am waiting for it to be approved

https://github.com/vector-of-bool/vscode-gitflow/pull/29

devmanny avatar Jun 04 '18 19:06 devmanny

Closed by merge of #29

vector-of-bool avatar Jun 05 '18 07:06 vector-of-bool