summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorAidin Gharibnavaz <aidin@aidinhut.com>2021-01-28 05:28:04 +1300
committerGitHub <noreply@github.com>2021-01-27 17:28:04 +0100
commitf75f8bb930c6c7aed5e4e7bded94936f6d9f7724 (patch)
treeafacee3c3372e959efc32980db952be5b6bbf137 /plugins
parentd978f385e52a19f2fd41e8c7ceb2f7c0a4dfc56c (diff)
downloadzsh-f75f8bb930c6c7aed5e4e7bded94936f6d9f7724.tar.gz
zsh-f75f8bb930c6c7aed5e4e7bded94936f6d9f7724.tar.bz2
zsh-f75f8bb930c6c7aed5e4e7bded94936f6d9f7724.zip
docs(git-prompt): explain stashed icon (⚑) (#9619)
Stashed icon was added in #4880
Diffstat (limited to 'plugins')
-rw-r--r--plugins/git-prompt/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/git-prompt/README.md b/plugins/git-prompt/README.md
index 83948f536..c6610fa94 100644
--- a/plugins/git-prompt/README.md
+++ b/plugins/git-prompt/README.md
@@ -24,6 +24,7 @@ The prompt may look like the following:
- `(master|✖2✚3)`: on branch `master`, 2 conflicts, 3 files changed
- `(experimental↓2↑3|✔)`: on branch `experimental`; your branch has diverged by 3 commits, remote by 2 commits; the repository is otherwise clean
- `(:70c2952|✔)`: not on any branch; parent commit has hash `70c2952`; the repository is otherwise clean
+- `(master|⚑2)`: on branch `master`, there are 2 stashed changes
## Prompt Structure
@@ -43,6 +44,7 @@ The symbols are as follows:
| ●n | there are `n` staged files |
| ✖n | there are `n` unmerged files |
| ✚n | there are `n` unstaged files |
+| ⚑n | there are `n` stashed changes |
| … | there are some untracked files |
### Branch Tracking Symbols