See how a minor change to your commit message style can make you a better programmer.
Format: <type>(<scope>): <subject>
<scope> is optional
This project itself is just the template, but you need to install these tools to use it:
For remove this message
debconf: unable to initialize frontend: Dialog debconf: (TERM is not set, so the dialog frontend is not usable.) debconf: falling back to frontend: Readline debconf: unable to initialize frontend: Readline debconf: (This frontend requires a controlling tty.) debconf: falling back to frontend: Teletype
| SHELL=/bin/bash | |
| # to see all colors, run | |
| # bash -c 'for c in {0..255}; do tput setaf $c; tput setaf $c | cat -v; echo =$c; done' | |
| # the first 15 entries are the 8-bit colors | |
| # define standard colors | |
| ifneq (,$(findstring xterm,${TERM})) | |
| BLACK := $(shell tput -Txterm setaf 0) | |
| RED := $(shell tput -Txterm setaf 1) |
| # Author: Ryan Cole | |
| # Website: https://ryanc.me | |
| # GitHub: https://github.com/MGinshe | |
| # Usage: | |
| # Place this file in /etc/nginx/sites-enabled/ | |
| # Make sure you edit the DOMAIN_HERE and SSL_CERTIFICATE, and DB_FILTER sections | |
| # | |
| # Note: This config file is designed to be used with the Odoo dbfilter_from_header module | |
| # https://apps.openerp.com/apps/modules/9.0/dbfilter_from_header/ |