Speedflow Plugin Git

Build Status Gem Version Dependency Status Code Climate Test Coverage Inline docs

:package: A Speedflow plugin to work with Git.

How to install?

gem install speedflow-plugin-git

How to configure?

.speedflow.yml :

---
plugins:
  - git

Create a branch

.speedflow.yml :

#...

flow:
  test:
    - plugin: git
      action: create_branch
      arguments:
        branch: ~
        branch_from:
          default: origin/master