fix(git): Revert deprecation notice for gg* aliases

This commit is contained in:
Arvin Verain 2025-12-18 23:17:32 +08:00
commit fe4f8eb819
No known key found for this signature in database
GPG key ID: EC2BB2E0EC3CE2FA
2 changed files with 3 additions and 6 deletions

View file

@ -239,9 +239,6 @@ receive further support.
| `gap` | `git add --patch` | New alias: `gapa` |
| `gcl` | `git config --list` | New alias: `gcf` |
| `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) |
## Functions