See how a minor change to your commit message style can make you a better programmer.
Format: <type>(<scope>): <subject>
<scope> is optional
| #! /usr/bin/env python3 | |
| # | |
| # db_backup - Backup local MySQL databases. | |
| # Copyright (C) 2021 HOMEINFO - Digitale Informationssysteme GmbH | |
| # | |
| # This program is free software: you can redistribute it and/or modify | |
| # it under the terms of the GNU General Public License as published by | |
| # the Free Software Foundation, either version 3 of the License, or | |
| # (at your option) any later version. | |
| # |