fix(git): re-add accidentally removed gcn (#12681)

This commit is contained in:
Ruslan Tursunov
2024-09-18 13:58:00 +03:00
committed by GitHub
parent ac325a7cab
commit 3151c9c1a3
2 changed files with 2 additions and 0 deletions

View File

@@ -73,6 +73,7 @@ plugins=(... git)
| `gcans!` | `git commit --verbose --all --signoff --no-edit --amend` |
| `gcann!` | `git commit --verbose --all --date=now --no-edit --amend` |
| `gc!` | `git commit --verbose --amend` |
| `gcn` | `git commit --verbose --no-edit` |
| `gcn!` | `git commit --verbose --no-edit --amend` |
| `gcs` | `git commit -S` |
| `gcss` | `git commit -S -s` |