Files
linuxtips/git/hooks/prepare-commit-msg
2022-10-01 18:03:25 +02:00

6 lines
99 B
Bash
Executable File

#!/bin/bash
#
# Append current `date` to commit messages
echo "`date +'%Y-%m-%d %H:%M:%S'`" >> $1