1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-06 07:20:40 +01:00

fix(git): restore showing patch in gsts (#11951)

This commit is contained in:
Adam Johnson
2023-10-10 16:56:54 +01:00
committed by GitHub
parent 38db3e16ef
commit b1821a24f0
2 changed files with 2 additions and 2 deletions

View File

@@ -185,7 +185,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` |
| `gsts` | `git stash show --patch` |
| `gst` | `git status` |
| `gss` | `git status --short` |
| `gsb` | `git status --short -b` |