Обновление ohmyzsh
This commit is contained in:
@@ -11,6 +11,9 @@ plugins=(... git-prompt)
|
||||
|
||||
See the [original repository](https://github.com/olivierverdier/zsh-git-prompt).
|
||||
|
||||
## Prerequisites
|
||||
This plugin uses `python`, so your host needs to have it installed
|
||||
|
||||
## Examples
|
||||
|
||||
The prompt may look like the following:
|
||||
@@ -21,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
|
||||
|
||||
@@ -40,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
|
||||
|
||||
Reference in New Issue
Block a user