Skip to content

Commit a7f5a53

Browse files
authored
Normalize use of string in git command.
"gpgSign" instead of "gpgsign" for both invocations: (a) avoids confusion, (b) matches use of camel case as in Git documentation.
1 parent 1085f60 commit a7f5a53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/reusables/gpg/set-auto-sign.md

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

33
```shell
4-
git config --global commit.gpgsign true
4+
git config --global commit.gpgSign true
55
git config --global tag.gpgSign true
66
```
77

0 commit comments

Comments
 (0)