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

Unset "git flow config" value doesn't work

Open jrebmann opened this issue 4 years ago • 1 comments

I tried to unset my version tag prefix configuration. On initialization I set the version tag prefix to another value: git flow init -d -t "v"

Now I'm not able to unset it with following command: git flow config set versiontagprefix ""

jrebmann avatar May 03 '20 18:05 jrebmann

I solved this problem with git flow init -f, to set all config again.

Konano avatar Jan 25 '22 17:01 Konano