diff options
author | listout <listout@protonmail.com> | 2021-05-06 18:56:52 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2021-05-06 18:56:52 +0530 |
commit | 0d6f3fddc75df3d674f2b0cf0596b28a89b4cf5f (patch) | |
tree | 69fcc2b90d28e6e9f2e9c8478d0f17b743a7f215 /.gitconfig | |
parent | 84e1062aa220f592ac27a51654a8eab733ee1f44 (diff) |
auto sign commits
Diffstat (limited to '.gitconfig')
-rw-r--r-- | .gitconfig | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -8,3 +8,5 @@ tool = nvimdiff [difftool "nvimdiff"] cmd = nvim -d $LOCAL $REMOTE +[commit] + gpgsign = true |