diff options
Diffstat (limited to 'gitconfig')
| -rw-r--r-- | gitconfig | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,9 +1,12 @@ [user] name = Ben Beltran email = ben@nsovocal.com + signingkey = 8ABB89672AFB58F5 [core] editor = vim [color] diff = auto [push] default = simple +[commit] + gpgsign = true |