commit f7f8f4552075519bab60e963ee9874f1834892d9 parent 73c8881e4c3276091a10c468b80ecb170647e33e Author: Chris Bracken <chris@bracken.jp> Date: Fri, 17 Nov 2017 09:30:18 -0800 Enable GPG commit signing by default Diffstat:
M | .gitconfig | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/.gitconfig b/.gitconfig @@ -4,6 +4,8 @@ vimdiff = difftool [color] ui = auto +[commit] + gpgsign = true [core] excludesfile = ~/.gitignore_global editor = vim