[+] Retry

This commit is contained in:
2026-05-06 17:42:20 +00:00
parent 3c0b3fc1e8
commit 18cf024b6e
5 changed files with 308 additions and 10 deletions
+12
View File
@@ -114,6 +114,18 @@ Preview commands without writing to Git remotes:
git-sync sync --dry-run
```
Sync only repositories whose names match a regex:
```sh
git-sync sync --repo-pattern '^(foo|bar)-'
```
Retry only repositories that failed during the previous non-dry-run sync:
```sh
git-sync sync --retry-failed
```
Use cron or another scheduler for automatic execution:
```cron