2025-01-03
This commit is contained in:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user