dotfiles

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

commit c7f62765945cf55da0e652f05ddedd645910003e
parent a1edea87fd45841bd87b1abfae841504d04df8c8
Author: Chris Bracken <chris@bracken.jp>
Date:   Fri, 16 Nov 2018 09:24:45 -0800

Disable GPG commit signing by default

Re-enable on repos where I care about this.

For this repo, I'm stuck with manually specifying the -S flag.

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 = true + gpgsign = false [core] excludesfile = ~/.gitignore_global editor = vim