mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-12 15:34:50 +08:00
docs(git): Unlist long-removed aliases
There are some aliases, whose functionality has long been reassigned to different aliases, but have not been reused for new commands, yet are still documented in the README. Remove them.
This commit is contained in:
parent
9af4d9b4ed
commit
23648ca17b
@ -238,12 +238,10 @@ receive further support.
|
||||
| :------- | :-------------------------------------------------------- | :-----------------------------------------------------|
|
||||
| `gap` | `git add --patch` | New alias: `gapa` |
|
||||
| `gcl` | `git config --list` | New alias: `gcf` |
|
||||
| `gdc` | `git diff --cached` | New alias: `gdca` |
|
||||
| `gdt` | `git difftool` | No replacement |
|
||||
| `ggpull` | `git pull origin $(git_current_branch)` | New function: `ggl` (`ggpull` is now aliased to this) |
|
||||
| `ggpur` | `git pull --rebase origin $(git_current_branch)` | New function: `ggu` (`ggpur` is now aliased to this) |
|
||||
| `ggpush` | `git push origin $(git_current_branch)` | New function: `ggp` (`ggpush` is now aliased to this) |
|
||||
| `gwc` | `git whatchanged -p --abbrev-commit --pretty=medium` | New alias: `gwch` |
|
||||
|
||||
## Functions
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user