turbo-guide

GPG Git windows

index

This document is based on the post : Use GPG Signing Keys with Git (and GitHub) on Windows 10

  1. Download gpg4win

  2. Create a gpg key

  3. Find the path of the gpg program (i.e. with where.exe)

  4. set git config –user gpg.program [PATH_HERE] (or –global)