mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-23 00:29:50 +00:00
feat(git): add aliases gcas and gcasm for commit with sign-off (#8881)
This commit is contained in:
@@ -41,6 +41,8 @@ plugins=(... git)
|
||||
| gcan! | git commit -v -a --no-edit --amend |
|
||||
| gcans! | git commit -v -a -s --no-edit --amend |
|
||||
| gcam | git commit -a -m |
|
||||
| gcas | git commit -a -s |
|
||||
| gcasm | git commit -a -s -m |
|
||||
| gcsm | git commit -s -m |
|
||||
| gcb | git checkout -b |
|
||||
| gcf | git config --list |
|
||||
|
||||
Reference in New Issue
Block a user