mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
feat(git): add gcn alias (#10836)
This commit is contained in:
parent
5bce72ef57
commit
5ab517361a
2 changed files with 2 additions and 0 deletions
|
|
@ -35,6 +35,7 @@ plugins=(... git)
|
|||
| gbss | git bisect start |
|
||||
| gc | git commit -v |
|
||||
| gc! | git commit -v --amend |
|
||||
| gcn | git commit -v --no-edit |
|
||||
| gcn! | git commit -v --no-edit --amend |
|
||||
| gca | git commit -v -a |
|
||||
| gca! | git commit -v -a --amend |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue