Commit messages provide no information about content:
git commit -a -m "$(date '+%Y_%m_%d-%T') - From '$machine': Commit, push, & rebuild"
Include the number of insertions and deletions, such that by looking at the commit history on github, the user could at least in some cases, have a chance of identifying a specific commit by having a rough idea of its size in addition to date.
Example:
2025_02_19-17:35:13 | +20 -10 lines from 'ryzen' (Commit & push)
Consider including number of files changed in addition to insertions and deletions.
Commit messages provide no information about content:
Include the number of insertions and deletions, such that by looking at the commit history on github, the user could at least in some cases, have a chance of identifying a specific commit by having a rough idea of its size in addition to date.
Example:
Consider including number of files changed in addition to insertions and deletions.