Skip to content

Instantly share code, notes, and snippets.

@will-molloy
Last active June 17, 2025 05:02
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 = ~/.ssh/id_sign.pub
[gpg]
format = ssh
[commit]
gpgsign = true
template = ~/.gitmessagetemplate
[tag]
gpgsign = true
[push]
gpgsign = if-asked
[core]
editor = vim
longpaths = true
[merge]
conflictstyle = diff3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment