diff options
Diffstat (limited to '.config/git')
| -rw-r--r-- | .config/git/config | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.config/git/config b/.config/git/config index 1930540..b16e8c3 100644 --- a/.config/git/config +++ b/.config/git/config @@ -1,6 +1,7 @@ [user] name = Robert Günzler email = r@gnzler.io + signingkey = AF6AB8C8B10436B9F61293632143BD2AAB94BCC4 [sendemail] from = Robert Günzler <r@gnzler.io> @@ -44,6 +45,8 @@ [commit] # template = ~/.gitmessage + gpgsign = true + verbose = true [alias] stp = status --porcelain --branch @@ -167,6 +170,9 @@ # Make `git push` push relevant annotated tags when pushing branches out. followTags = true +[tag] + gpgsign = true + # URL shorthands [url "git@github.com:"] insteadOf = "gh:" |