From 0d1f5ea194a2e9542784d50ad72f588d0f30fe98 Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Thu, 5 Jan 2023 17:58:05 +0330 Subject: update --- .gitconfig | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.gitconfig') diff --git a/.gitconfig b/.gitconfig index 2d9922a..b468d4b 100644 --- a/.gitconfig +++ b/.gitconfig @@ -3,6 +3,7 @@ # Please adapt and uncomment the following lines: name = terminaldweller email = thabogre@gmail.com + signingkey = /home/devi/.ssh/id_rsa.pub # https://stackoverflow.com/questions/1838873/visualizing-branch-topology-in-git [color "decorate"] @@ -123,3 +124,8 @@ diffFilter = diff-highlight [core] editor = vim + # hooksPath = ~/devi-githooks +[commit] + gpgsign = true +[gpg] + format = ssh -- cgit v1.2.3