mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-19 02:02:32 +01:00
feat(git)!: add alias gcf for git commit --fixup (#12986)
Signed-off-by: Roeniss Moon <roeniss2@gmail.com>
This commit is contained in:
parent
6e7ac0544e
commit
4395353510
2 changed files with 2 additions and 2 deletions
|
|
@ -78,7 +78,7 @@ plugins=(... git)
|
|||
| `gcs` | `git commit -S` |
|
||||
| `gcss` | `git commit -S -s` |
|
||||
| `gcssm` | `git commit -S -s -m` |
|
||||
| `gcf` | `git config --list` |
|
||||
| `gcf` | `git config --fixup` |
|
||||
| `gdct` | `git describe --tags $(git rev-list --tags --max-count=1)` |
|
||||
| `gd` | `git diff` |
|
||||
| `gdca` | `git diff --cached` |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue