Sha256: 60bf89de8a7f0d4a9c595c0ce85d669c01c9e82fdabe2fa5fcb3933660161608

Contents?: true

Size: 717 Bytes

Versions: 1

Compression:

Stored size: 717 Bytes

Contents

# pt-flow

Our workflow, gemified.

## Installation

Install the gem:

    $ gem install pt-flow

## Usage

- flow start
- flow finish
- flow review

### Committer

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

# Make sure your branch is up-to-date with release 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
$ flow review
# selecting a pull request opens github page, comment :+1: to approve
```

### Committer

```bash
# pressing merge button on github delivers task on pivotal tracker
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pt-flow-0.6.1 README.md