Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

How do I Setup Signed Commits? #27

Locked Answered by wesdevpro
wesdevpro asked this question in Q&A
Discussion options

You must be logged in to vote

Attention! All development team members are now required to use GPG to sign each commit to GitHub. This will allow extra security when reviewing code on GitHub and GitHub PRs. Each signed commit that has been pushed to GitHub will show a verified sticker.
To set up GPG you must first have git and GitHub Desktop installed.

  1. Start by installing GPG from the link above
  2. Generate a GPG key in your terminal (CMD on Windows)!

2.1 gpg --full-generate-key note you may have to change gpg with gpg2 depending on what system you have installed GPG
2.2 Select RSA and RSA as the key type
2.3 Key size should be set to 4096 bits.
2.4 When prompted to enter user ID information, enter the verified email a…

Replies: 1 comment

Comment options

wesdevpro
May 6, 2023
Maintainer Author

You must be logged in to vote
0 replies
Answer selected by wesdevpro
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant