Skip to content

hopsworks.git_file_status #

GitFileStatus #

file property #

file: str

Path to the file.

status property #

status: Literal[' ', '?', 'M', 'A', 'D', 'R', 'C', 'U']

Status of the file.

The status is represented by a single character, according to git status:

| Unmodified | ' ' | | Untracked | '?' | | Modified | 'M' | | Added | 'A' | | Deleted | 'D' | | Renamed | 'R' | | Copied | 'C' | | Updated but unmerged | 'U' |

extra property #

Extra contains additional information, such as the previous name in a rename.