[Code Snippet for Blog] Git에서 GPG key로 signoff 하기 (2)
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
# remove --global to use this key only on the current repository | |
$ git config --global user.signingkey 4CFE2390 | |
# ^- replace with your key id |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment