From 21c796a51f0e1d2768ef003dcb1cc61a9a22a545 Mon Sep 17 00:00:00 2001 From: brettlangdon Date: Sat, 23 Jan 2021 12:37:08 -0500 Subject: [PATCH] fix gitconfig --- gitconfig | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gitconfig b/gitconfig index edc15c4..117e912 100644 --- a/gitconfig +++ b/gitconfig @@ -1,7 +1,7 @@ [user] name = brettlangdon - email = brett.langdon@datadoghq.com - signingkey = E6600FB894DB3D19 + email = me@brett.is + signingkey = A70042D88B95AA2B [credential] helper = store @@ -50,3 +50,5 @@ forceSignAnnotated = true [pull] rebase = true +[init] + defaultBranch = main