mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-03-05 20:49:04 -08:00
parent
9bb429d846
commit
bf0fc0a8b5
|
@ -6,8 +6,10 @@ sidebar_label: Git
|
||||||
|
|
||||||
## What
|
## What
|
||||||
|
|
||||||
Display `git status` information when in a git repository. Also works for subfolders.
|
Display git information when in a git repository. Also works for subfolders. For maximum compatibility,
|
||||||
Local changes can also shown by default using the following syntax for both the working and staging area:
|
make sure your `git` executable is up-to-date (when branch or status information is incorrect for example).
|
||||||
|
|
||||||
|
Local changes can also be displayed which uses the following syntax for both the working and staging area:
|
||||||
|
|
||||||
- `+` added
|
- `+` added
|
||||||
- `~` modified
|
- `~` modified
|
||||||
|
|
Loading…
Reference in a new issue