Skip to content

Commit 60d1347

Browse files
docs: minor update
1 parent c93561a commit 60d1347

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Knowledge-Articles/Setup-Verified-Commits-On-Github.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Setup Verified Commits on Github
44

5-
These instruction guide is to walk you through the process of configuring git to sign commits with a generated key
5+
This instruction guide is to walk you through the process of configuring git to sign commits with a generated key.
66
Maintaining the integrity and authenticity of code is important and one effective way to enhance this security is through verified commits using GPG (GNU Privacy Guard).
77

88
Verified commits are particularly valuable for open-source projects and collaborations where multiple contributors are involved. By leveraging GPG, developers can cryptographically sign their commits, establishing a clear chain of trust and safeguarding against unauthorized changes.
@@ -80,8 +80,8 @@ For Windows users, the [Gpg4win](https://www.gpg4win.org/) integrates with other
8080

8181
- Configure user to sign using the generated gpg key `git config user.signingkey gpg-key`
8282

83-
- Declare key to be globally if you want to use the same key for every repository. `git config --global user.signingkey gpg-key`
83+
- Declare key to be global if you want to use the same key for every repository. `git config --global user.signingkey gpg-key`
8484

8585
- Add the absolute path of gpg `git config --global gpg.program "C:\Program Files (x86)\GnuPG\bin\gpg.exe"`
8686

87-
- Set and use the same email for generating and signing the commit `git config --global user.email youremailhere`
87+
- Set and use the same email for generating and signing the commit `git config --global user.email youremailhere`

0 commit comments

Comments
 (0)