
There is a parameter that also allow to show all internal git commands run inside git flow. All commands results are outputted in output window named Git Flow.Automatic version update in package.json.Support (Start, Checkout, Rebase, Publish, Delete) (See: How to work with support).Hotfix (Start, Finish, Checkout, Delete, Rebase, Publish).Release (Start, Finish, Checkout, Delete, Rebase, Publish, Track).Bugfix (Start, Finish, Checkout, Delete, Rebase, Publish, Track).Feature (Start, Finish, Checkout, Delete, Rebase, Publish, Track).FeaturesĪll basic operations you need to do in a single place. We suggest Git Graph to complement this extension.

To see list of all commands use F1 or Ctrl+ Shift+ P and type gitflow. Also in status bar you will find Git Flow button to launch Quick Pick menu, or you can use Shift+ Alt+ D short key. When installed, you will find 2 new views in SCM side bar, GITFLOW and VERSIONS. It uses individual branches for preparing, maintaining, and recording releases. It assigns very specific roles to different branches and defines how and when they should interact. Git Flow is ideally suited for projects that have a scheduled release cycle and for the DevOps best practice of continuous delivery. This provides a robust framework for managing larger projects. The Git Flow Workflow defines a strict branching model designed around the project release. It helps with continuous software development and implementing DevOps practices.

Git Flow is an abstract idea of a Git workflow.


Looking for an artist to contribute the extension icon. From version 0.5.11 it requires latest VS Code >=1.64.0.
