Sha256: 499dfc97c815e9255eeb9bdd17fb66f54a6d4922b65f2016e9721819d03ef364
Contents?: true
Size: 709 Bytes
Versions: 2
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 and checks out a new branch. $ flow finish # pushes branch to origin, finishes task on pt and opens github on 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 to origin, deletes local/remote branch, delivers task on pt # follow with cap production deploy:migrations etc...
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pt-flow-0.1.1 | README.md |
pt-flow-0.1.0 | README.md |