Skip to content

jakobehn/GitFlow.VS

Repository files navigation

GitFlow for Visual Studio

Build Status

Release Status

Features

This Team Explorer extension integrates GitFlow into your development workflow. It lets you easily create and finish feature, release and hotfix 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.

Read more about this extension here: http://blog.ehn.nu/2015/02/introducing-gitflow-for-visual-studio/

Prerequirements

The extension requires Visual Studio 2022 (it's also available for VS2019, VS2017 and VS2015). 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

Start New Feature

Start feature

Finish Feature

Finish feature

List of current features

List features