feat: add gstam for --message

This commit is contained in:
JOJO 2025-09-19 16:06:26 +08:00
commit 81874108c0
2 changed files with 5 additions and 0 deletions

View file

@ -195,6 +195,8 @@ plugins=(... git)
| `gstp` | `git stash pop` |
| `gsta` | On Git >= 2.13: `git stash push` |
| `gsta` | On Git < 2.13: `git stash save` |
| `gstam` | On Git >= 2.13: `git stash push --message` |
| `gstam` | On Git < 2.13: `git stash save` |
| `gsts` | `git stash show --patch` |
| `gst` | `git status` |
| `gss` | `git status --short` |