Setting up commit signing on Windows 10/11

πŸ“† Created on December 21, 2021. πŸ”– programminggitgpg

Install prerequisites

  1. Install GitHub Desktop
  2. Install Git for Windows
  3. Install GPG for Windows

Setup your gpg key

Follow the steps in GitHubs GPG creation guide and make note of your GPG key ID, you'll need that later on.

Tell git about your new key

$ git config --global user.signingkey <Your GPG key ID>
$ git config --global commit.gpgsign true
$ where.exe gpg
$ git config --global gpg.program "<Path from above command>"

πŸ’₯you are now setup to use commit signing in both git and GitHub Desktop.

Previous Adding automated tests to Electric Noir Next Cutscene: Elevator Assault