# GitFlowAVH.VSIX **Repository Path**: qxsy/GitFlowAVH.VSIX ## Basic Information - **Project Name**: GitFlowAVH.VSIX - **Description**: No description available - **Primary Language**: C# - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-17 - **Last Updated**: 2021-10-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # GitFlow AVH for Visual Studio Built on top of an extension originally created by Jakob Ehn ### Features This Team Explorer extension integrates GitFlow AVH into your development workflow. It lets you easily create and finish feature, bugfix, release, hotfix and support branches right from Team Explorer. It exposes the most common GitFlow options when finishing branches, such as options to delete branches, rebase on development branch and tagging of release branches. ### Prerequirements The extension requires Visual Studio 2019. It will install GitFlow for you if it is not found on the machine. Since GitFlow depends on Git for Windows, this must be installed before using the extension ## Screenshots ### Initialize repo for GitFlow ![Initialize](Images/init.png) ### Team Explorer menu item ![Initialize](Images/team_explorer.png) ### Start New Feature ![Start feature](Images/start_feature.png) ### Finish Feature ![Finish feature](Images/finish_feature.png) ### Start New Bugfix ![Start feature](Images/start_bugfix.png) ### Start New Release ![Start feature](Images/start_release.png) ### Start New Hotfix ![Start feature](Images/start_hotfix.png) ### Start New Support ![Start feature](Images/start_support.png) ### List of current GitFlow branches ![List features](Images/current_branches.png)