Vera — Local Repository Map
To be populated by inspecting local git repositories on Vera.
This page documents all local git repositories on Vera, their remotes, branches, and deployment targets.
Local Repositories
| Local Path | Remote Origin | Branch | Project | Deployment | Status | Notes |
|---|---|---|---|---|---|---|
| (to be populated) | — | — | — | — | — | — |
Known Repos
/home/southville-forge/Southville-Forge-System/Sites/docsaurus-echohuman/— Docusaurus source (this site)
Inspection Method
find /home/southville-forge/Southville-Forge-System /home/southville-forge/Documents \
-type d -name ".git" 2>/dev/null | sort
For each repo found:
git -C REPO_PATH remote -v
git -C REPO_PATH branch --show-current
git -C REPO_PATH status --short
Next Steps
- Run git inspection on Vera
- Populate this table with all local repos
- Document deployment targets
- Identify active vs archived repos