From 10464a250410df3191e639467d3adcccd387e6a4 Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Wed, 24 Jan 2024 15:52:10 +0100 Subject: [PATCH] feat(lazygit): add custom command to commit without verification --- git/lazygit.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/git/lazygit.yml b/git/lazygit.yml index 5471c9b..ce3c3c3 100644 --- a/git/lazygit.yml +++ b/git/lazygit.yml @@ -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