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>"
| #!/usr/bin/env python3 | |
| # -*- coding: utf-8 -*- | |
| # ------------------------------------------------------------------------- | |
| # - | |
| # Python Module Argument Parser - | |
| # - | |
| # Created by Fonic <https://github.com/fonic> - | |
| # Date: 06/20/19 - 04/03/24 - | |
| # - |
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>"