From 2ded8f87e1c0f9018c9c084dca915b2c0d995a24 Mon Sep 17 00:00:00 2001 From: Devin Haska <2636402+wonderfulfrog@users.noreply.github.com> Date: Mon, 29 Jul 2024 17:34:58 -0700 Subject: [PATCH] feat: move all gpg config to separate file This file usually contains environment-specific config --- .gitconfig | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.gitconfig b/.gitconfig index bb7b606..dce1595 100644 --- a/.gitconfig +++ b/.gitconfig @@ -1,13 +1,8 @@ -[gpg] - format = ssh [user] email = 2636402+wonderfulfrog@users.noreply.github.com name = Devin Haska - signingkey = ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMsHM+4BN+DKbEW3toSbQh60k3b5qYQOE5bo/6gIJ7Y1 [core] editor = nvim -[commit] - gpgsign = true [init] defaultBranch = main [include]