Skip to content

Commit a4dacfc

Browse files
authored
Mention config flags to automate
1 parent 4f9c7ea commit a4dacfc

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

  • content/authentication/managing-commit-signature-verification

content/authentication/managing-commit-signature-verification/signing-tags.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ category:
1515
---
1616
{% data reusables.gpg.desktop-support-for-commit-signing %}
1717

18+
> [!TIP]
19+
> To configure your Git client to sign tags by default for a local repository, in Git versions 2.0.0 and above, run `git config tag.gpgsign true`. To sign all tags by default in any local repository on your computer, run `git config --global tag.gpgsign true`.
20+
1821
1. To sign a tag, add `-s` to your `git tag` command.
1922

2023
```shell

0 commit comments

Comments
 (0)