This commit is contained in:
2025-05-27 03:38:18 -05:00
parent 990ad5285b
commit c60eab694a
27 changed files with 463 additions and 129 deletions
+2 -2
View File
@@ -476,9 +476,9 @@ The Git-Sync Mirror Agent watches the local repository at `./volumes/repos` and
**Sync Report**:
- Generate a report to see the latest sync activity for each remote:
\`\`\`bash
```bash
./scripts/report-git-sync.sh
\`\`\`
```
This report shows the latest commit in the local repository, the last successful sync for each remote (with timestamp and commit/bundle details), and any recent failed sync attempts.
---