GitFlow.VS
GitFlow.VS copied to clipboard
Problem create new feature with subfolder
I have a problem when create a new feature with subfolder, ex: "folder1"/"feature-name"
When I run command from prompt git flow feature start "folder1"/"feature-name"
the correct branch is created. If i create feature from plugin it create only "feature-name" branch
Really late here, but I can't reproduce this problem. When creating a new feature called feature/new-feature, it gets created correctly:
The problem is when using the GitFlow plugin and selecting "Start Feature"
Yes, I know. That's what I did in the example above. the branch get created correctly, however the extension only shows the end name of the branch, maybe that is what you are referring to?
The problem is if I insert a subfolder that is: fd/new-feature
create just "new-feature" and not "fd/new-feature"
It actually creates the correct branch (fd/new-feature in your case), you can see that in the list of branches. However the extension only shows the name of the branch. so that is a bug. I'll mark this as a bug and will fix it