GitFlow.VS icon indicating copy to clipboard operation
GitFlow.VS copied to clipboard

Problem create new feature with subfolder

Open ferndem opened this issue 4 years ago • 5 comments

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

ferndem avatar Mar 17 '20 09:03 ferndem

Really late here, but I can't reproduce this problem. When creating a new feature called feature/new-feature, it gets created correctly:

image

jakobehn avatar Jan 05 '22 10:01 jakobehn

The problem is when using the GitFlow plugin and selecting "Start Feature"

image

ferndem avatar Jan 05 '22 11:01 ferndem

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?

image

jakobehn avatar Jan 05 '22 11:01 jakobehn

The problem is if I insert a subfolder that is: fd/new-feature

image

create just "new-feature" and not "fd/new-feature"

image

ferndem avatar Jan 05 '22 12:01 ferndem

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

jakobehn avatar Jan 06 '22 11:01 jakobehn