## Main Index:

- [Available Commands](#available-commands)
  - [Flows](#flows)
    - [finish ([Git flow]: Finish and merge branch)](#finish-[git-flow]-finish-and-merge-branch)
    - [init ([Git flow]: Initialize set of branches)](#init-[git-flow]-initialize-set-of-branches)
    - [merge ([Git flow]: Merge branch)](#merge-[git-flow]-merge-branch)
    - [publish (Publish on every context)](#publish-publish-on-every-context)
    - [start ([Git flow]: Start new branch)](#start-[git-flow]-start-new-branch)
  - [Steps](#steps)
- [Plugins](#plugins)


## Available Commands:

### FLOWS

#### finish ([Git flow]: Finish and merge branch)
[[Index]](#main-index)



##### Steps in this flow:
  
  1. merge
  
  2. validate
  
  3. setVersion
  
  4. finish
  
  5. publish
  

#### init ([Git flow]: Initialize set of branches)
[[Index]](#main-index)



##### Steps in this flow:
  
  1. init
  

#### merge ([Git flow]: Merge branch)
[[Index]](#main-index)



##### Steps in this flow:
  
  1. merge
  
  2. validate
  

#### publish (Publish on every context)
[[Index]](#main-index)



##### Steps in this flow:
  
  1. build_
  
  2. package
  
  3. publish
  

#### start ([Git flow]: Start new branch)
[[Index]](#main-index)

## Start a branch from another



##### Steps in this flow:
  
  1. start
  
  2. setVersion
  
  3. push
  

### STEPS

## PLUGINS

