Sha256: d23f34815ba95f965c396660764e16c5be8dbb459dd5d6e0a2054f50c22a069e
Contents?: true
Size: 709 Bytes
Versions: 7
Compression:
Stored size: 709 Bytes
Contents
# pt-flow TODO: Write a gem description. ## Installation Install the gem: $ gem install pt-flow ## Usage - flow start - flow finish - flow deliver ### 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. # follow with cap staging deploy:migrations BRANCH=325325 etc... ``` ### Reviewer ```bash $ git fetch $ git checkout 325325 # run tests, review code etc... $ flow deliver # merges with master, pushes master branch, deletes local/remote branch, and delivers task on pt # follow with cap production deploy:migrations etc...
Version data entries
7 entries across 7 versions & 1 rubygems
Version | Path |
---|---|
pt-flow-0.2.1 | README.md |
pt-flow-0.2 | README.md |
pt-flow-0.1.6 | README.md |
pt-flow-0.1.5 | README.md |
pt-flow-0.1.4 | README.md |
pt-flow-0.1.3 | README.md |
pt-flow-0.1.2 | README.md |