Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Tickety Tick

Tickety Tick

At bitcrowd we love conventions. Not only for ruby but also for our git. This is a little browser extension that helps us to name branches and commits accordingly.

I gave this lightning talk at rubyconf.pt in 2016

Bodo Tasche

October 30, 2016
Tweet

More Decks by Bodo Tasche

Other Decks in Programming

Transcript

  1. Bodo Tasche
    @bitboxer
    CTO bitcrowd

    View Slide

  2. Convention over
    configuration

    View Slide

  3. What about git?

    View Slide

  4. feature/1234-example-ticket

    View Slide

  5. [#1234] Example ticket

    View Slide

  6. copy and pasting ?!

    View Slide

  7. View Slide

  8. View Slide

  9. View Slide

  10. git checkout -b 'feature/35-list-github-project-tickets' &&
    git commit --allow-empty -m '[#35] List github-project tickets'

    View Slide

  11. → Github
    → Gitlab
    → Jira
    → Pivotal Tracker
    → Trello

    View Slide

  12. → React
    → Gulp

    View Slide

  13. → WebExtensions API

    View Slide

  14. bit.ly/ticketytick

    View Slide