Last active
July 30, 2022 04:36
-
-
Save hustshawn/61541740c9119e9425722fd42133f49d to your computer and use it in GitHub Desktop.
$HOME/. gitconfig
This file contains 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 = <username> | |
email = <email> | |
signingkey = <gpg-sign-key> | |
[core] | |
editor = vi | |
[init] | |
defaultBranch = main | |
[color] | |
ui = auto | |
[gpg] | |
program = gpg2 | |
[commit] | |
gpgsign = true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Get the gpg signing key
Get the last 16 chars of your key / sub-key.