2025-01-03

This commit is contained in:
2025-01-03 00:10:03 -05:00
parent db1405412d
commit 10268bfc4b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ cd ~/dotfiles || exit
if [[ $(git status --porcelain) ]]; then
# There are changes, commit them
git add .
git commit -m "$(date +"%Y-%m-%d %H:%M:%S")"
git commit -m "$(date +"%Y-%m-%d")"
git push
else
echo "No changes to commit."