From a733ad8c4197d93ac9f321c979ba659960cec078 Mon Sep 17 00:00:00 2001 From: Naz Date: Wed, 30 Jul 2025 14:59:04 +0100 Subject: =?UTF-8?q?=E2=9C=A8feat:=20add=20GPG=20signing=20to=20git=20confi?= =?UTF-8?q?g=20snippet?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- snippets/global.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'snippets/global.json') diff --git a/snippets/global.json b/snippets/global.json index 027921b..32f9ccd 100644 --- a/snippets/global.json +++ b/snippets/global.json @@ -1,7 +1,14 @@ { "Naz's git config": { "prefix": "gitnaz", - "body": ["[user]", " name = Naz", " email = ndpm13@ch-naseem.com"], + "body": [ + "[user]", + " name = Naz", + " email = ndpm13@ch-naseem.com", + " signingkey = 42508039D5D91EF2B88946A39E78923117CD6639", + "[commit]", + " gpgsign = true" + ], "description": "Naz's git config" } } -- cgit v1.2.3