diff options
author | terminaldweller <thabogre@gmail.com> | 2023-01-05 14:28:05 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2023-01-05 14:28:05 +0000 |
commit | 0d1f5ea194a2e9542784d50ad72f588d0f30fe98 (patch) | |
tree | 1db87f1358678a1295e57d5d72741d726cb02b07 /.gitconfig | |
parent | update (diff) | |
download | scripts-0d1f5ea194a2e9542784d50ad72f588d0f30fe98.tar.gz scripts-0d1f5ea194a2e9542784d50ad72f588d0f30fe98.zip |
update
Diffstat (limited to '.gitconfig')
-rw-r--r-- | .gitconfig | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -3,6 +3,7 @@ # Please adapt and uncomment the following lines: name = terminaldweller email = thabogre@gmail.com + signingkey = /home/devi/.ssh/id_rsa.pub # https://stackoverflow.com/questions/1838873/visualizing-branch-topology-in-git [color "decorate"] @@ -123,3 +124,8 @@ diffFilter = diff-highlight [core] editor = vim + # hooksPath = ~/devi-githooks +[commit] + gpgsign = true +[gpg] + format = ssh |