X-Git-Url: https://git.r.bdr.sh/rbdr/dotfiles/blobdiff_plain/f853d479d6e699499bee610ea8584b7e09f89cb3..8bf2adeececb300944479c7a07ff8c6c0af9f4a5:/gitconfig?ds=sidebyside diff --git a/gitconfig b/gitconfig index 3be84db..e60d8a9 100644 --- a/gitconfig +++ b/gitconfig @@ -1,7 +1,14 @@ [user] - name = Ben Beltran - email = ben@nsovocal.com + name = Ruben Beltran del Rio + email = ruben@unlimited.pizza + signingkey = B7C3495D98F27947 [core] editor = vim [color] diff = auto +[push] + default = simple +[pull] + rebase = false +[commit] + gpgsign = true