Skip to content
This repository has been archived by the owner on Jul 8, 2020. It is now read-only.

Latest commit

 

History

History
14 lines (10 loc) · 744 Bytes

GitStatus.md

File metadata and controls

14 lines (10 loc) · 744 Bytes

GitStatus

Properties

Name Type Description Notes
action string Git action: add, delete, etc [optional]
text string Git description of the action [optional]
revertable bool When true, the file can be reverted to an earlier state [optional]
conflict bool When true, changes to the local file conflict with the remote repository [optional]
can map[string,bool] Operations the current user is able to perform on this object [optional]

[Back to Model list] [Back to API list] [Back to README]