summaryrefslogtreecommitdiffstats
path: root/save.sh
diff options
context:
space:
mode:
Diffstat (limited to 'save.sh')
-rwxr-xr-xsave.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/save.sh b/save.sh
index 2394632..e2f07fe 100755
--- a/save.sh
+++ b/save.sh
@@ -1,4 +1,4 @@
#!/bin/bash
git add .
-git commit -m "$(date '+%D %T')"
+git commit -m "$(date '+%Y-%m-%d %H:%M:%S %Z')"
git push