Hi Github users,
You can now signed your commits on Github using at least Git v2.33.0 and Github Desktop 3.0.2.
-
Install
GnuPG
(Gpg4win): https://gnupg.org/download/index.html -
Generate a GPG key and add it to Github: https://help.github.com/articles/generating-a-new-gpg-key (if you don't want to type a passphrase on every commit, you need to press "Enter" when the console will prompt you to type a passphrase)
-
Configure Git properly by editing the
.gitconfig
file using the command linegit config --global --edit
in a terminal or edit manually (C:\Users\%username%\.gitconfig
), then replace YOUR_USERNAME, YOUR_GITHUB_EMAIL and YOUR_SIGNING_KEY with your data