tinacms/tinacms
public

Tinacms

A fully open-source headless CMS that supports Markdown and Visual Editing

rss

Private getter on the deprecated GitFile class (PR #5715). Internal plumbing for the legacy GitClient instance; removed together with the parent class.

411d until removal

deprecated June 9, 2025removal June 9, 2027
/**
 * @deprecated
 */
private get git(): GitClient {
  return this.cms.api.git;
}
  • JackDevAUJackDevAUadded packages/tinacms/src/toolkit/git-client/git-file.ts1h ago