Commit Graph

2 Commits

Author SHA1 Message Date
gsinghpal
eddec0bb6e sync scripts: self-heal gitea remote if a fresh clone dropped it
Re-clones from GitHub leave repos with only origin; pull/push now re-add the
gitea mirror remote automatically so the mirror cannot silently drift.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-09 21:41:12 -04:00
gsinghpal
4830613701 Add cross-machine sync tooling (clone/pull/push all module repos)
repos.txt + sync-*.sh let any machine (Mac or Windows/Git Bash) hydrate all 49
module repos and keep them in sync via GitHub+gitea. Pulls are fast-forward only
(never clobber local work); pushes send commits only and flag uncommitted repos.
See SYNC.md for the two-machine workflow.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-09 21:34:32 -04:00