1
0
mirror of synced 2025-12-19 18:10:59 -05:00

Sign all tags by default (#35186)

Co-authored-by: Kevin Heis <heiskr@users.noreply.github.com>
Co-authored-by: Alex Nguyen <150945400+nguyenalex836@users.noreply.github.com>
This commit is contained in:
Sih Sîng-hông薛丞宏
2024-11-23 00:26:03 +08:00
committed by GitHub
parent 1d3ec85cfd
commit 4e37a222bd

View File

@@ -1,7 +1,8 @@
1. Optionally, to configure Git to sign all commits by default, enter the following command:
1. Optionally, to configure Git to sign all commits and tags by default, enter the following command:
```shell
git config --global commit.gpgsign true
git config --global tag.gpgSign true
```
For more information, see "[AUTOTITLE](/authentication/managing-commit-signature-verification/signing-commits)."