Update README.md

This commit is contained in:
Arthur Moura Carvalho 2025-01-26 10:16:57 -03:00 committed by GitHub
parent 9795938b32
commit 03a0d25ed5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -89,6 +89,7 @@ plugins=(... git)
| `gdup` | `git diff @{upstream}` |
| `gdnolock` | `git diff $@ ":(exclude)package-lock.json" ":(exclude)\*.lock"` |
| `gdt` | `git diff-tree --no-commit-id --name-only -r` |
| `gdss` | `git diff --shortstat $(git_main_branch)..$(git_current_branch)` |
| `gf` | `git fetch` |
| `gfa` | `git fetch --all --tags --prune` |
| `gfo` | `git fetch origin` |