Sha256: 3dca0d487178c9870164f024d61673f02cfb74df8a1acb2cbb604b2ebb512d39
Contents?: true
Size: 1.13 KB
Versions: 6
Compression:
Stored size: 1.13 KB
Contents
# pt-flow [](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 --include-icebox # same as git start, including contents of icebox $ git finish # pushes branch, finishes task on pt, and creates a pull request # reviewer comments :+1: to approve on github # committer presses merge button on github which delivers task on pivotal tracker $ git finish --draft # Opens github pull request screen rather than auto-submitting $ 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
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
pt-flow-2.3.3 | README.md |
pt-flow-2.3.2 | README.md |
pt-flow-2.3.1 | README.md |
pt-flow-2.3.0 | README.md |
pt-flow-2.2.1 | README.md |
pt-flow-2.2.0 | README.md |