all repos

dotfiles @ 5b1b88dcfa1ff5a6f3eb57496fdd99851eea6141

my dotfiles
1 files changed, 8 insertions(+), 1 deletions(-)
git: some updates, and signing method
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2024-10-18 16:38:50 +0300
Parent: e3f3b25
M gitconfig

@@ -3,13 +3,14 @@

[user] name = Smirnov Oleksandr email = ss2316544@gmail.com - signingkey = 02BE5DDFB607A8F79E1B8F0B300387B5D7EE0DB2 + signingkey = /home/olex/.ssh/id_ed25519.pub [github] name = olexsmir [gpg] program = gpg2 + format = ssh [core] editor = nvim

@@ -68,3 +69,9 @@ ui = auto

[branch] sort = -committerdate + +[commit] + gpgSign = true + +[fetch] + writeCommitGraph = true