🤖 Auto-backup: 2026-01-27 19:35:18
This commit is contained in:
4
.git-auto-commit.sh
Executable file
4
.git-auto-commit.sh
Executable file
@@ -0,0 +1,4 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
MESSAGE="${1:-Auto-commit: $(date +%Y-%m-%d\ %H:%M:%S)}"
|
||||||
|
git add -A && git commit -m "$MESSAGE" && git push 2>/dev/null || echo "⚠ Check remote"
|
||||||
|
echo "✅ Done!"
|
||||||
Reference in New Issue
Block a user