Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GitFileChange

Representation of an individual file change in the working directory.

Hierarchy

Index

Properties

Properties

Optional Readonly oldUri

oldUri: string

The previous URI of the changed URI. Can be absent if the file is new, or just changed and so on.

Optional Readonly staged

staged: boolean

true if the file is staged or committed, false if not staged. If absent, it means not staged.

Readonly status

The file status.

Readonly uri

uri: string

The current URI of the changed file resource.