Sha256: 829c3be883352cfc163a0f4f405540a07c5e9b88de724ccc0c198a4442b2f56a
Contents?: true
Size: 1.1 KB
Versions: 3
Compression:
Stored size: 1.1 KB
Contents
# pt-flow [![Build Status](https://travis-ci.org/balvig/pt-flow.svg?branch=master)](https://travis-ci.org/balvig/pt-flow) Our workflow, gemified. ## Installation Install the gem: $ gem install pt-flow Set up webhook for Pivotal Tracker: https://github.com/#{repo}/admin/hooks ### Basic Usage ```bash $ git start # shows lists of tasks (excluding icebox) - choosing one starts/assigns the task on pt and # automatically creates and checks out a new branch. $ git start --filter=icebox # same as git start, showing contents of icebox $ git start --filter=me # shows only own tasks $ git finish # pushes branch, finishes task on pt, and opens new pull request # pressing merge button on github delivers task on pivotal tracker $ git finish --wip # pushes branch and submits [WIP] pull request $ git cleanup # cleans up local/remote story branches already merged with current release branch ``` ### Other commands ```bash # creating new stories $ git create # prompts for name $ git create 'as an admin I can delete users' # creating and starting a new story $ git start 'as an admin I can delete users'
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
pt-flow-2.7.0 | README.md |
pt-flow-2.6.1 | README.md |
pt-flow-2.6.0 | README.md |