Skip to content

Instantly share code, notes, and snippets.

@will-molloy
Last active June 22, 2023 00:00
Show Gist options
  • Save will-molloy/fc3eae405d15d9a9f72711463d8c21dc to your computer and use it in GitHub Desktop.
Save will-molloy/fc3eae405d15d9a9f72711463d8c21dc to your computer and use it in GitHub Desktop.
gitconfig - sign with SSH
[user]
name = <USER>
email = <EMAIL>
signingkey = <PATH_TO_PUBLIC_KEY>
[gpg]
format = ssh
[commit]
gpgsign = true
[tag]
gpgsign = true
[push]
gpgsign = if-asked
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment