tinacms/tinacms
public

Tinacms

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

rss

Method on the deprecated GitFile class (PR #5715). Filesystem-level reset is obsolete now that forms round-trip through GraphQL mutations; form-level reset is handled by the form plugin.

411d until removal

deprecated June 9, 2025removal June 9, 2027
/**
 * @deprecated
 */
reset = () => {
  this.cms.api.git.reset({ files: [this.relativePath] });
};

Rely on the form plugin's own reset() handling — no filesystem call is required.

  • JackDevAUJackDevAUadded packages/tinacms/src/toolkit/git-client/git-file.ts3h ago