Last active
June 22, 2023 00:00
-
-
Save will-molloy/fc3eae405d15d9a9f72711463d8c21dc to your computer and use it in GitHub Desktop.
gitconfig - sign with SSH
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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