Component architecture
elections-carousel-component consists of a collection of React components that display election results data (from an external API) in a carousel format.. [Read more » ]
git-add-msg is a command-line tool that I developed to save time (and typing) when using Git alone, or with Trac. Instead of typing the following (in your project's root directory):
...after installing git-add-msg, only one command is required:
There is no follow-up cutting-and-pasting of commit hashes to Trac required either, since a comment with a link to the changeset and repository (as well as the commit message itself) is automatically added to the specified Trac ticket. The $ git log
information for each commit is added to a plain text changelog file as well - which could be copied or attached to another issue-tracking or ticketing system, if desired.
-r
option;Enjoy!
Comments are now closed.