diff options
author | Amin Bandali <bandali@gnu.org> | 2022-11-25 18:43:41 -0500 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2022-11-25 18:43:41 -0500 |
commit | 1512d34ef5d6712c20c63e6d2a221128cf81d03b (patch) | |
tree | 4652a4caadfc614a421c5c66c910e9cc3c15985a /.config/git/config | |
parent | ccbb71911874084108954d62c689ea6ebba53958 (diff) | |
download | configs-1512d34ef5d6712c20c63e6d2a221128cf81d03b.tar.gz configs-1512d34ef5d6712c20c63e6d2a221128cf81d03b.tar.xz configs-1512d34ef5d6712c20c63e6d2a221128cf81d03b.zip |
* .config/git/config: Small tweaks.
Mainly, don't sign new commits by default, but rather sign new tags.
Diffstat (limited to '.config/git/config')
-rw-r--r-- | .config/git/config | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.config/git/config b/.config/git/config index ac28a35..fa7584e 100644 --- a/.config/git/config +++ b/.config/git/config @@ -3,7 +3,7 @@ email = bandali@gnu.org signingKey = BE6273738E616D6D1B3A08E8A21A020248816103 -[commit] +[tag] gpgSign = true # [format] @@ -23,10 +23,11 @@ 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 |