Record
codespace-with-full-repository-git-status
No description available.
record codespace-with-full-repository-git-status {
ahead: option<s32>,
behind: option<s32>,
has-uncommitted-changes: option<bool>,
has-unpushed-changes: option<bool>,
ref: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| ahead | option<s32> | |
| behind | option<s32> | |
| has-uncommitted-changes | option<bool> | |
| has-unpushed-changes | option<bool> | |
| ref | option<string> |