See how a minor change to your commit message style can make a difference.
git commit -m"<type>(<optional scope>): <description>" \ -m"<optional body>" \ -m"<optional footer>"
See how a minor change to your commit message style can make a difference.
git commit -m"<type>(<optional scope>): <description>" \ -m"<optional body>" \ -m"<optional footer>"
| require 'asciidoctor/extensions' | |
| class AngularLocalizerTreeprocessor < Asciidoctor::Extensions::Treeprocessor | |
| def process document | |
| document.blocks? ? (localize_blocks document) : nil | |
| end | |
| def localize_blocks node | |
| node.find_by do |b| | |
| if b.content_model == :simple |
| web: /usr/local/sbin/nginx -p `pwd`/tmp/nginx/ -c ../../nginx.conf | |
| fastcgi: /usr/local/sbin/php-fpm | |
| db: /usr/local/bin/mysqld |