Interface StatusGit

StatusGit defines an object returned by method GitAnnexAPI.getStatusGit. Consult the Git status documentation for a description of the fields.

Hierarchy

  • StatusGit

Properties

Properties

origPath?: string

The original file path.

path: string

The relative file path.

x: string

The X Git status field. X often shows the status of the index.

y: string

The Y Git status field. Y often shows the status of the working tree.