mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-22 04:51:12 +02:00
docs(git): document missing aliases
This commit is contained in:
parent
a07126330b
commit
21b8d30d77
1 changed files with 3 additions and 0 deletions
|
|
@ -181,6 +181,8 @@ plugins=(... git)
|
||||||
| `grst` | `git restore --staged` |
|
| `grst` | `git restore --staged` |
|
||||||
| `gunwip` | `git rev-list --max-count=1 --format="%s" HEAD \| grep -q "--wip--" && git reset HEAD~1` |
|
| `gunwip` | `git rev-list --max-count=1 --format="%s" HEAD \| grep -q "--wip--" && git reset HEAD~1` |
|
||||||
| `grev` | `git revert` |
|
| `grev` | `git revert` |
|
||||||
|
| `greva` | `git revert --abort` |
|
||||||
|
| `grevc` | `git revert --continue` |
|
||||||
| `grm` | `git rm` |
|
| `grm` | `git rm` |
|
||||||
| `grmc` | `git rm --cached` |
|
| `grmc` | `git rm --cached` |
|
||||||
| `gcount` | `git shortlog --summary -n` |
|
| `gcount` | `git shortlog --summary -n` |
|
||||||
|
|
@ -215,6 +217,7 @@ plugins=(... git)
|
||||||
| `gunignore` | `git update-index --no-assume-unchanged` |
|
| `gunignore` | `git update-index --no-assume-unchanged` |
|
||||||
| `gwch` | `git log --patch --abbrev-commit --pretty=medium --raw` |
|
| `gwch` | `git log --patch --abbrev-commit --pretty=medium --raw` |
|
||||||
| `gwt` | `git worktree` |
|
| `gwt` | `git worktree` |
|
||||||
|
| `gwta` | `git worktree add` |
|
||||||
| `gwtls` | `git worktree list` |
|
| `gwtls` | `git worktree list` |
|
||||||
| `gwtmv` | `git worktree move` |
|
| `gwtmv` | `git worktree move` |
|
||||||
| `gwtrm` | `git worktree remove` |
|
| `gwtrm` | `git worktree remove` |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue