mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-18 14:19:50 +00:00
feat(git): add gcn alias (#10836)
This commit is contained in:
@@ -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 |
|
||||
|
||||
Reference in New Issue
Block a user