mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-02-05 15:59:30 +08:00
Update README.md
This commit is contained in:
parent
9795938b32
commit
03a0d25ed5
@ -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` |
|
||||
|
Loading…
Reference in New Issue
Block a user