Skip to content

Instantly share code, notes, and snippets.

@pgrepds
Created July 4, 2022 12:39
Show Gist options
  • Save pgrepds/64e444d23087dd54161313f143344c92 to your computer and use it in GitHub Desktop.
Save pgrepds/64e444d23087dd54161313f143344c92 to your computer and use it in GitHub Desktop.
Git initial config
git config --global user.email "Email Adress"
git config --global user.name "David Scholz"
git config --global commit.gpgSign true
git config --global user.signingKey <pgp key>
We can show the PGP keys as follows:
gpg --list-keys
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment