Git: Add Date to Git Commit
To add a date to a git commit message from the command line:
git commit -m "blog update on `date +'%Y-%m-%d'`"
will result in
* e81bc5d - (25 minutes ago) blog update on 2023-04-20 - Mark S
To add a date to a git commit message from the command line:
git commit -m "blog update on `date +'%Y-%m-%d'`"
will result in
* e81bc5d - (25 minutes ago) blog update on 2023-04-20 - Mark S