We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7722b4b commit 8caaf82Copy full SHA for 8caaf82
.githooks/pre-commit
@@ -5,7 +5,7 @@
5
BBLUE='\033[1;34m'
6
GREEN='\033[0;32m'
7
NC='\033[0m'
8
-DATE=$(date --utc)
+DATE=$(date -u)
9
10
# Stash unstaged changes
11
git stash -q --keep-index
0 commit comments