mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-01-28 11:31:04 -08:00
docs(svn): add "?" / .Untracked
This commit is contained in:
parent
d9f59272f2
commit
e40cee25f5
|
@ -58,6 +58,7 @@ You can set the following properties to `true` to enable fetching additional inf
|
||||||
|
|
||||||
| Name | Type | Description |
|
| Name | Type | Description |
|
||||||
| --------------- | --------- | ---------------------------------------------- |
|
| --------------- | --------- | ---------------------------------------------- |
|
||||||
|
| `.Untracked` | `int` | number of files not under version control |
|
||||||
| `.Modified` | `int` | number of modified files |
|
| `.Modified` | `int` | number of modified files |
|
||||||
| `.Deleted` | `int` | number of deleted files |
|
| `.Deleted` | `int` | number of deleted files |
|
||||||
| `.Added` | `int` | number of added files |
|
| `.Added` | `int` | number of added files |
|
||||||
|
@ -71,6 +72,7 @@ Local changes use the following syntax:
|
||||||
|
|
||||||
| Icon | Description |
|
| Icon | Description |
|
||||||
| ---- | ----------- |
|
| ---- | ----------- |
|
||||||
|
| `?` | untracked |
|
||||||
| `+` | added |
|
| `+` | added |
|
||||||
| `!` | conflicted |
|
| `!` | conflicted |
|
||||||
| `-` | deleted |
|
| `-` | deleted |
|
||||||
|
|
Loading…
Reference in a new issue