Skip to content

Commit 9271de0

Browse files
Bring attention to git config tag.gpgsign true for parity with auto-signing commits (#43817)
Co-authored-by: Sharra-writes <sharra-writes@github.com>
1 parent 6ba0692 commit 9271de0

File tree

1 file changed

+3
-0
lines changed
  • content/authentication/managing-commit-signature-verification

1 file changed

+3
-0
lines changed

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.23.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)