X-Git-Url: https://git.r.bdr.sh/rbdr/dotfiles/blobdiff_plain/aca6370146f453f45ccebd020eb8315b54fd0e5b..fe38bd4c1d6f9f64f355b4f7eb5e6c34ac79464f:/gitconfig diff --git a/gitconfig b/gitconfig index 3be84db..6c30a47 100644 --- a/gitconfig +++ b/gitconfig @@ -1,7 +1,12 @@ [user] name = Ben Beltran email = ben@nsovocal.com + signingkey = 8ABB89672AFB58F5 [core] editor = vim [color] diff = auto +[push] + default = simple +[commit] + gpgsign = true