A fully open-source headless CMS that supports Markdown and Visual Editing
The legacy REST-based GitClient wrapper was deprecated in PR #5715 (June 2025). All Git-backed reads and mutations now flow through the TinaCMS GraphQL pipeline.
411d until removal
/**
* @deprecated as the API is clunky and hard to use. Mutations should now be
* done via Graphql. This will be removed by July 2025.
*/
export class GitClient {Use the TinaCMS GraphQL client for content reads and mutations.