From ce92547528742e561c6ef66ac66451738f9363ac Mon Sep 17 00:00:00 2001 From: Daniil Rozanov Date: Thu, 6 Mar 2025 22:17:57 +0400 Subject: fix: update gitconfig --- git/.gitconfig | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) (limited to 'git/.gitconfig') diff --git a/git/.gitconfig b/git/.gitconfig index 112f0cf..bd628ff 100644 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -1,9 +1,20 @@ +[core] +editor = nvim + +[color "diff"] +whitespace = red reverse + [user] -email = dev@drozanov.info +email = dev@rozanov.info name = Daniil Rozanov +signingkey = dev@rozanov.info -[core] -editor = nvim +[commit] +gpgsign = true -[color] -ui = true +[tag] +gpgSign = true +[http] +sslCAinfo = /etc/ssl/certs/ca-certificates.crt +[init] +defaultBranch = main -- cgit v1.2.3