Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4e37a22

Browse files
sih4sing5hong5heiskrnguyenalex836
authored
Sign all tags by default (#35186)
Co-authored-by: Kevin Heis <[email protected]> Co-authored-by: Alex Nguyen <[email protected]>
1 parent 1d3ec85 commit 4e37a22

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
1. Optionally, to configure Git to sign all commits by default, enter the following command:
1+
1. Optionally, to configure Git to sign all commits and tags by default, enter the following command:
22

33
```shell
44
git config --global commit.gpgsign true
5+
git config --global tag.gpgSign true
56
```
67

78
For more information, see "[AUTOTITLE](/authentication/managing-commit-signature-verification/signing-commits)."

0 commit comments

Comments
 (0)