Most Git repositories start simple and end up messy — release branches mix with code,
CI clutter fills the history, and documentation gets buried under build scripts.
workspace-template introduces a clean, organized way to structure a Git project.
It uses purpose-specific branches and git worktree to separate development, releases,
examples, and automation — all within a single repository.
This approach keeps your history readable, your releases reproducible,
and your projects consistent from one repo to the next.
It’s a convention for working in Git that scales as your projects grow.