mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-12-28 04:19:41 -08:00
docs(git): information about untracked changes
This commit is contained in:
parent
dda12ff877
commit
f589688f2d
|
@ -155,6 +155,7 @@ You can set the following properties to `true` to enable fetching additional inf
|
|||
| `.Deleted` | `int` | number of deleted changes |
|
||||
| `.Added` | `int` | number of added changes |
|
||||
| `.Modified` | `int` | number of modified changes |
|
||||
| `.Untracked`| `int` | number of untracked changes |
|
||||
| `.Changed` | `boolean` | if the status contains changes or not |
|
||||
| `.String` | `string` | a string representation of the changes above |
|
||||
|
||||
|
|
Loading…
Reference in a new issue