From 23648ca17b3825ad556c01d8508baef77e26f918 Mon Sep 17 00:00:00 2001 From: Arvin Verain Date: Mon, 2 Jun 2025 02:58:50 +0800 Subject: [PATCH] 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. --- plugins/git/README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/git/README.md b/plugins/git/README.md index 58a0065e3..bbbb28bdf 100644 --- a/plugins/git/README.md +++ b/plugins/git/README.md @@ -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