1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-09 00:40:41 +01:00

feat(git): add gcfu alias for commit --fixup (#13027)

This commit is contained in:
Roeniss Moon
2025-04-20 03:48:34 +09:00
committed by GitHub
parent b92874c716
commit 9957e4e8be
2 changed files with 2 additions and 0 deletions

View File

@@ -79,6 +79,7 @@ plugins=(... git)
| `gcss` | `git commit -S -s` |
| `gcssm` | `git commit -S -s -m` |
| `gcf` | `git config --list` |
| `gcfu` | `git commit --fixup` |
| `gdct` | `git describe --tags $(git rev-list --tags --max-count=1)` |
| `gd` | `git diff` |
| `gdca` | `git diff --cached` |