Skip to content

Commit

Permalink
feat(git): sign everything by default
Browse files Browse the repository at this point in the history
  • Loading branch information
tagoro9 committed Apr 10, 2021
1 parent 552c310 commit fa64d01
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -152,3 +152,7 @@
autosquash = true
[diff]
renameLimit = 3305
[commit]
gpgsign = true
[tag]
forceSignAnnotated = true

0 comments on commit fa64d01

Please sign in to comment.