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

This commit is contained in:
Adam Johnson
2023-09-26 09:18:54 +02:00
committed by GitHub
parent a17789eede
commit aaa74964a8
2 changed files with 2 additions and 2 deletions
+1 -1
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` |