Add: Daily Brain sync script (03:30 UTC)

This commit is contained in:
2026-04-11 18:09:53 -04:00
parent 10da65cd1b
commit bf531d4739
2 changed files with 4 additions and 0 deletions

View File

@@ -17,6 +17,7 @@ mkdir -p "$(dirname "$LOG_FILE")"
# Configure git if needed
git config --global user.email "thelegion@stacklegion.dev" >/dev/null 2>&1
git config --global user.name "ParzivalTD" >/dev/null 2>&1
git config http.sslVerify false >/dev/null 2>&1
# Check if remote exists, if not add it
if ! git remote get-url brain >/dev/null 2>&1; then