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@bitboxerCTO bitcrowd
View Slide
Convention overconfiguration
What about git?
feature/1234-example-ticket
[#1234] Example ticket
copy and pasting ?!
git checkout -b 'feature/35-list-github-project-tickets' &&git commit --allow-empty -m '[#35] List github-project tickets'
→ Github→ Gitlab→ Jira→ Pivotal Tracker→ Trello
→ React→ Gulp
→ WebExtensions API
bit.ly/ticketytick