From 7f5023b0b3d1a2f6cb4c4f02891497816e81ca22 Mon Sep 17 00:00:00 2001 From: Devin Haska <2636402+wonderfulfrog@users.noreply.github.com> Date: Fri, 24 May 2024 13:01:02 -0700 Subject: [PATCH] Update .gitconfig --- .gitconfig | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.gitconfig b/.gitconfig index f866078..2487338 100644 --- a/.gitconfig +++ b/.gitconfig @@ -1,13 +1,13 @@ +[gpg] + format = ssh [user] - email = wonderfulfrog@users.noreply.github.com + email = 2636402+wonderfulfrog@users.noreply.github.com name = Devin Haska + signingkey = ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMsHM+4BN+DKbEW3toSbQh60k3b5qYQOE5bo/6gIJ7Y1 [core] editor = nvim - excludesfile = /Users/devin/.gitignore + excludesfile = ~/.gitignore +[commit] + gpgsign = true [init] defaultBranch = main -[filter "lfs"] - clean = git-lfs clean -- %f - smudge = git-lfs smudge -- %f - process = git-lfs filter-process - required = true