dotfiles

Personal dotfiles
git clone https://git.bracken.jp/dotfiles.git
Log | Files | Refs | LICENSE

commit b678cee30277e8d34ee23001b967684c71757a79
parent e8b67f00c0dc5590d15995a4e7b2a586e584b28c
Author: Chris Bracken <chris@bracken.jp>
Date:   Wed,  8 Sep 2021 17:20:29 -0700

git: Enable GPG signing by default

Diffstat:
M.gitconfig | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitconfig b/.gitconfig @@ -5,7 +5,7 @@ [color] ui = auto [commit] - gpgsign = false + gpgsign = true [core] excludesfile = ~/.gitignore_global editor = vim