Skip to content

Instantly share code, notes, and snippets.

Semantic Commit Messages

See how a minor change to your commit message style can make you a better programmer.

Format: <type>(<scope>): <subject>

<scope> is optional

Example

@kate7000
kate7000 / db_backup.py
Created October 10, 2023 07:44 — forked from conqp/db_backup.py
Python 3 script to backup local MySQL databases.
#! /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.
#