This extension provides integration and support for gitflow. It is based on this gitflow implementation and intends to be fully compatible with it.
Firstly, you always have to Initialize repository for gitflow for your repository, then follow the command prompts and accept the defaults or write your release/production branch name.
If you already have gitflow set up for your repository, just start execcuting gitflow commands from the Command Palette!
A develop
branch is created from master
A release
branch is created from develop
Feature
branches are created from develop
When a feature
is complete it is merged into the develop
branch
When the release
branch is done it is merged into develop
and master
If an issue in master
is detected a hotfix
branch is created from master
Once the hotfix
is complete it is merged to both develop
and master
Forked from vector-of-bool/vscode-gitflow.
Icons made by Flat Icons from www.flaticon.com