fix(git): remove --text from gsts (#11897)

This commit is contained in:
Adam Johnson
2023-09-26 08:18:54 +01:00
committed by GitHub
parent a17789eede
commit aaa74964a8
2 changed files with 2 additions and 2 deletions

View File

@@ -183,7 +183,7 @@ plugins=(... git)
| `gstp` | `git stash pop` |
| `gsta` | On Git >= 2.13: `git stash push` |
| `gsta` | On Git < 2.13: `git stash save` |
| `gsts` | `git stash show --text` |
| `gsts` | `git stash show` |
| `gst` | `git status` |
| `gss` | `git status --short` |
| `gsb` | `git status --short -b` |