Skip to main content

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 PathRemote OriginBranchProjectDeploymentStatusNotes
(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

  1. Run git inspection on Vera
  2. Populate this table with all local repos
  3. Document deployment targets
  4. Identify active vs archived repos