Skip to content

Instantly share code, notes, and snippets.

@0m15
0m15 / shorter-git-commit-proposal.md
Last active February 5, 2020 10:03
A shorter, easy to read git commit message format syntax

Premise

I find it tedious to write commit messages. The common practice is to use a verbose commit message, where the first word is a verb describing what the commit did do, for example:

  • Add editable title on <ArticleEdit /> component
  • Hotifx: Handle authentication failed for expired token
  • Fix typo in about us page
  • Remove unused css
@0m15
0m15 / Carousel.coffee
Last active March 25, 2020 13:28
A ReactJS based carousel. No dom manipulation, no jQuery, all based on ReactJS states and intelligent rendering and the aid of `ReactCSSTransitionGroup`. Check also the css: https://gist.github.com/zimok/10018721