From be9c908a8c3c15002d5b005dff1ab7dcecdbddac Mon Sep 17 00:00:00 2001 From: Randy Jordan Date: Sun, 3 Nov 2024 14:27:09 -0600 Subject: [PATCH] gitconfig --- .gitconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .gitconfig diff --git a/.gitconfig b/.gitconfig new file mode 100644 index 0000000..4ecc2f1 --- /dev/null +++ b/.gitconfig @@ -0,0 +1,10 @@ +[user] + email = randyjordan@email.com + name = Randy Jordan + signkey = D57FA29E3B54663E + + +[init] + defaultBranch = main +[commit] + gpgsign = true