Gitbaserat
Gitbaserat describes workflows built around the Git version control system. In this setup, Git is the primary store for code, configuration, and often content; changes are commits, and branches enable parallel work. Merges or pull requests provide review and integration, while the emphasis on traceability and reproducibility supports distributed collaboration.
Common use cases include traditional software development, static-site workflows with content in Git, and Git-based content
Advantages include an audit trail, easy rollback, and strong CI/CD integration, plus better collaboration across dispersed
Challenges include large binary assets, merge conflicts, governance and access control, and security concerns from exposing
Overall, gitbaserat is a broad descriptor rather than a single standard, with tooling and practices varying