feat(lazygit): add custom command to commit without verification

This commit is contained in:
Stefan Imhoff
2024-01-24 15:52:10 +01:00
parent db80c8fe4f
commit 10464a2504

View File

@@ -9,3 +9,7 @@ customCommands:
context: "files"
loadingText: "opening commitizen commit tool"
subprocess: true
- key: "W"
command: git commit --no-verify
context: "global"
subprocess: true