Skip to content

Instantly share code, notes, and snippets.

@hyunsik
Created October 9, 2015 18:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hyunsik/9a35bde94a73b93ce364 to your computer and use it in GitHub Desktop.
Save hyunsik/9a35bde94a73b93ce364 to your computer and use it in GitHub Desktop.
[Code Snippet for Blog] Git에서 GPG key로 signoff 하기 (2)
# 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