Git-DRS¶
Git-DRS is the Git-facing data workflow for Syfon-backed repositories. It keeps large research files out of normal Git history while still letting a repository push, pull, and delete those files in a scoped, DRS-aware way.
What Git-DRS does:
- stores pointer files in Git instead of large binary contents
- connects a repository to a scoped Syfon / Gen3 remote
- uploads, registers, and hydrates tracked objects
- reconciles tracked-file deletes correctly for the current scope
Start Here¶
Use the page that matches your goal:
- Quick Start for the shortest path to a working machine and repository
- Getting Started for the workflow model after first setup
- Installation Guide if you only need install or source-build details
- Commands Reference if you already know the workflow and need exact syntax
- Troubleshooting if a real workflow is failing
Suggested Path¶
For a new user:
- Quick Start
- Getting Started
- Commands Reference only when you need exact flags or edge-case behavior
Reference¶
Deeper detail lives under the reference section: