* .config/git/config: Small tweaks.
authorAmin Bandali <bandali@gnu.org>
Fri, 25 Nov 2022 23:43:41 +0000 (18:43 -0500)
committerAmin Bandali <bandali@gnu.org>
Fri, 25 Nov 2022 23:43:41 +0000 (18:43 -0500)
Mainly, don't sign new commits by default, but rather sign new tags.

.config/git/config

index ac28a35..fa7584e 100644 (file)
@@ -3,7 +3,7 @@
        email = bandali@gnu.org
        signingKey = BE6273738E616D6D1B3A08E8A21A020248816103
 
-[commit]
+[tag]
        gpgSign = true
 
 # [format]
        a = add
        s = status
        sl = status --long
-    l = log
+       l = log
        c = checkout
        cb = checkout -b
        b = branch
+       d = diff
        f = fetch
        r = rebase
        p = pull