See how a minor change to your commit message style can make you a better programmer.
Format: <type>(<scope>): <subject>
<scope> is optional
| # Brewfile: Homebrew bundle file for macOS or Linux app install (with notes/source repos) | |
| # | |
| # Author : Chad Mayfield (chad@chadmayfield.com) | |
| # License : GPLv3 | |
| # | |
| # INFO: * Links and comments are added because I'm too old to remember where everything is :) | |
| # * install.sh can be used, but it needs some love (some of it doesn't work correctly). | |
| # * TODO items (and additional information) is listed at the bottom | |
| # | |
| # Installation steps; |