vector-of-bool / vscode-gitflow

Gitflow integration for Visual Studio Code
89 stars 22 forks source link

replace whitespace/forbidden characters in branch name on feature start #21

Open e110c0 opened 6 years ago

e110c0 commented 6 years ago

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"

devmanny commented 6 years ago

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

vector-of-bool commented 6 years ago

Closed by merge of #29