summaryrefslogtreecommitdiffstats
path: root/save.sh
diff options
context:
space:
mode:
authorivarlovlie <git@ivarlovlie.no>2022-12-21 16:00:53 +0100
committerivarlovlie <git@ivarlovlie.no>2022-12-21 16:00:53 +0100
commit1bf9e74d807e2e40046f8ad7bc0c874590968fbb (patch)
tree6a80a6317fd405ec31f8995dd81606285fa09db9 /save.sh
parent0e1bf83811c4a9e4e2869190cfc94bf32476b9ee (diff)
downloadlearning-rust-1bf9e74d807e2e40046f8ad7bc0c874590968fbb.tar.xz
learning-rust-1bf9e74d807e2e40046f8ad7bc0c874590968fbb.zip
2022-12-21 16:00:53 CETHEADmaster
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