From aeaaf27a9aeeed4ab69de09dcadda2e5b150a2ff Mon Sep 17 00:00:00 2001 From: Oleksandr Smirnov Date: Thu, 2 Jan 2025 23:25:38 +0200 Subject: [PATCH] git: update config --- gitconfig | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/gitconfig b/gitconfig index 05dce7e..f6df810 100644 --- a/gitconfig +++ b/gitconfig @@ -1,16 +1,13 @@ # vim: ft=gitconfig [user] - name = Smirnov Oleksandr - email = ss2316544@gmail.com - signingkey = /home/olex/.ssh/id_ed25519.pub - -[github] - name = olexsmir + name = Oleksandr Smirnov + email = olexsmir@gmail.com + signingkey = /home/olex/.ssh/id_ed25519.pub [gpg] program = gpg2 - format = ssh + format = ssh [core] editor = nvim @@ -72,7 +69,7 @@ sort = -committerdate [commit] - gpgSign = true + gpgSign = true [fetch] - writeCommitGraph = true + writeCommitGraph = true