Files
blackroad-os-pack-legal/.git-auto-commit.sh
Your Name 1a37540489
Some checks failed
Auto Deploy PR / detect-and-deploy (push) Has been cancelled
CI / build (push) Has been cancelled
Deploy to Railway / build (push) Has been cancelled
Deploy to Railway / deploy (push) Has been cancelled
Stale Issue Cleanup / stale (push) Failing after 1m14s
🤖 Auto-backup: 2026-01-27 19:35:26
2026-01-27 19:35:26 -06:00

5 lines
176 B
Bash
Executable File

#!/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!"