ConvertQCM/quick-push.sh
2025-08-26 18:38:28 +02:00

4 lines
95 B
Bash
Executable file

#!/bin/bash
git add .
git commit -m "${1:-Auto-update: $(date '+%Y-%m-%d %H:%M:%S')}"
git push