Consistent commit messages that are easily readable & searchable.
commit_type(project_component): [issue_reference] short_message
optional_extended_message
| #!/bin/bash | |
| # /etc/cron.daily/mysql-s3-backup | |
| # Before use, install AWS CLI and use "aws configure" to set up credentials with write access to your s3 bucket | |
| # See https://docs.aws.amazon.com/cli/latest/userguide/install-cliv2-linux.html#cliv2-linux-install | |
| DB_USER=XXX | |
| DB_NAME=XXX | |
| DB_PASS=XXX |