This commit is contained in:
willem adnet 2026-05-18 09:14:43 +02:00 committed by GitHub
commit 3aed3c3914
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 8 additions and 0 deletions

View file

@ -82,6 +82,10 @@ plugins=(... git)
| `gcfu` | `git commit --fixup` |
| `gdct` | `git describe --tags $(git rev-list --tags --max-count=1)` |
| `gd` | `git diff` |
| `gdd` | `git diff $(git_develop_branch)` |
| `gdm` | `git diff $(git_main_branch)` |
| `gddn` | `git diff $(git_develop_branch) --name-only` |
| `gdmn` | `git diff $(git_main_branch) --name-only` |
| `gdca` | `git diff --cached` |
| `gdcw` | `git diff --cached --word-diff` |
| `gds` | `git diff --staged` |