Skip to content

Instantly share code, notes, and snippets.

@hyunsik
Created October 9, 2015 18:59
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
[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