GitFlow.VS
GitFlow.VS copied to clipboard
I'm having an issue with installing GitFlow in visual studio 2019. When going to the GitFlow tab in Team Explorer I see the following message (even though I've run gitflow...
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...
Hi guys, few days ago I was facing this problem( I saw it happend also in the past to other guys). At the end I was able to fix it...
VS 2017 An exception was thrown while initializing part "GitFlowVS.Extension.GitFlowActionSection"
On a new installation of Visual Studio 2017 (after the update), I get the following error when opening the GitFlow window for the first time: Microsoft.VisualStudio.Composition.CompositionFailedException: An exception was thrown...
I cannot seem to get the extension to detect that I have installed Git for Windows Am I doing something wrong with my setup? How can I get this working?
Hey, I do not expect this to be fixed and just wanted to let you know in case there is an easy workaroaund. After finishing a feature, some of my...
After installing GitFlow, its default a part of Team Explorer section. After undocking GitFlow from Team Explorer, I docked it as a seperate tab. Nice so far. If I restart...
I'm looking for a good set of tools to support our team in using Git Flow branching strategy integrated with our TFS (and soon VSTS) branch policies enforcements. Today, we're...
When finishing a feature or hotfix, it's not immediately obvious if there have been merge conflicts. It would be helpful if the UI would automatically switch to the git "Changes"...
A bugfix behaves the same as a feature (despite the prefix). So simply the feature stuff was copied and adopted to bugfix. --- This change is [](https://reviewable.io/reviews/jakobehn/gitflow.vs/75)