From 6c1d71d65c3f4ce309b192e220371bd7b280762c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Wo=C5=BAniak?= Date: Sun, 27 Nov 2022 01:26:11 +0100 Subject: [PATCH] Added the commit with signoff MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marcin Woźniak --- .config/lazygit/config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.config/lazygit/config.yml b/.config/lazygit/config.yml index 3a5c730..31c62bc 100644 --- a/.config/lazygit/config.yml +++ b/.config/lazygit/config.yml @@ -1,2 +1,5 @@ gui: mainPanelSplitMode: "horizontal" +git: + commit: + signOff: true