mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-12 01:52:31 +01:00
feat(git): add aliases gcas and gcasm for commit with sign-off (#8881)
This commit is contained in:
parent
4e8ffe88d4
commit
d646884add
2 changed files with 4 additions and 0 deletions
|
|
@ -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 |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue