Sha256: 585c24c4a2064928a348160c1b0ff27c81901108b1f9002eb5ed66f509313cf7
Contents?: true
Size: 667 Bytes
Versions: 2
Compression:
Stored size: 667 Bytes
Contents
# 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 ## 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. $ flow finish # pushes branch, finishes task on pt, and opens github new pull request page. ``` ### 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pt-flow-0.6.3 | README.md |
pt-flow-0.6.2 | README.md |