diff options
author | Ben Burwell <ben@benburwell.com> | 2020-01-04 22:14:05 -0500 |
---|---|---|
committer | Ben Burwell <ben@benburwell.com> | 2020-01-04 22:14:22 -0500 |
commit | d26c64966ec9cbbcea8fb58470ad37e3c29c22db (patch) | |
tree | bd9b49ae6a8861e5b3ecdc2071d78a08fe97d30e /templates | |
parent | b6415d5041adc90a63874f3b465a1422ef1afb3e (diff) |
git: don't sign commits by default
Diffstat (limited to 'templates')
-rw-r--r-- | templates/.gitconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/templates/.gitconfig b/templates/.gitconfig index 9c81d05..543dcd5 100644 --- a/templates/.gitconfig +++ b/templates/.gitconfig @@ -31,8 +31,6 @@ default = simple [help] autocorrect = 0 -[commit] - gpgsign = true [filter "lfs"] required = true clean = git-lfs clean -- %f |