Sha256: 38a480cd8912eecb612411a0b86ca6b4b41b19cd3ff4bc2cb4aeecff4b77b507

Contents?: true

Size: 548 Bytes

Versions: 7

Compression:

Stored size: 548 Bytes

Contents

# trello_flow

## Installation

```bash
gem uninstall pt-flow # if used
gem install trello_flow
```

## Usage

```bash
git start # Shows backlog for current board
git start <card URL> # Assigns self to card, moves to "started", and creates branch
git start "Do this" # Creates card "Do this" and starts it
git open # Open relevant card/board in browser
git finish # Opens PR
git cleanup # cleans up merged card branches
```


## License

The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
trello_flow-3.8.0 README.md
trello_flow-3.7.1 README.md
trello_flow-3.7.0 README.md
trello_flow-3.6.0 README.md
trello_flow-3.5.0 README.md
trello_flow-3.4.0 README.md
trello_flow-3.3.0 README.md