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:
Arvin Verain 2025-06-02 02:58:50 +08:00
commit f2b4d443af
No known key found for this signature in database
GPG key ID: EC2BB2E0EC3CE2FA

View file

@ -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