A fully open-source headless CMS that supports Markdown and Visual Editing
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
*/
private get git(): GitClient {
return this.cms.api.git;
}