summary refs log tree commit diff
path: root/gitconfig
diff options
context:
space:
mode:
authorPaweł Dybiec <pawel@dybiec.info>2023-01-15 17:42:03 +0000
committerPaweł Dybiec <pawel@dybiec.info>2023-01-15 17:42:03 +0000
commit34114ff3204030ced4cec7d362a7061bcc8f90fa (patch)
tree54380fa3efadd66d0068a970daa217e48f9f0d08 /gitconfig
parentInitial commit (diff)
Update editors and git config
Diffstat (limited to 'gitconfig')
-rw-r--r--gitconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/gitconfig b/gitconfig
index 714f67a..ea437a7 100644
--- a/gitconfig
+++ b/gitconfig
@@ -5,7 +5,7 @@
 [pull]
 	rebase = true
 [commit]
-	#gpgsign = true
+	gpgsign = true
 [init]
 	defaultBranch = main
 [core]