Sha256: 1f0d39f1530bd51f656084098c273831252ee5fe64719183e0221508a84d1422

Contents?: true

Size: 714 Bytes

Versions: 6

Compression:

Stored size: 714 Bytes

Contents

# pt-flow

TODO: Write a gem description.

## Installation

Install the gem:

    $ gem install pt-flow

## Usage

- flow start
- flow finish
- flow deliver

### Committer

```bash
$ flow start
# shows lists of tasks - choosing one starts/assigns the task on pt and checks out a new branch.

$ flow finish
# pushes branch, finishes task on pt, and opens github new pull request page.
# follow with cap staging deploy:migrations BRANCH=master-325325 etc...
```

### Reviewer

```bash
$ git fetch
$ git checkout master-325325
# run tests, review code etc...

$ flow deliver
# merges and pushes target branch, deletes local/remote branch, and delivers task on pt
# follow with cap production deploy:migrations etc...

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
pt-flow-0.4.2 README.md
pt-flow-0.4.1 README.md
pt-flow-0.4.0 README.md
pt-flow-0.3.2 README.md
pt-flow-0.3.1 README.md
pt-flow-0.3.0 README.md