Skip to content
This repository has been archived by the owner on Sep 20, 2022. It is now read-only.

Commit

Permalink
Updated release setup guide
Browse files Browse the repository at this point in the history
  • Loading branch information
myui committed Jan 4, 2018
1 parent 1ad9f36 commit 8f3dd61
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/site/markdown/release-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,10 @@ You can enable GPG signing always true on the particular git repository by:

$ git config commit.gpgsign true

To sign all commits by default in any local repository on your computer, run

$ git config --global commit.gpgsign true

Use pientry to omit typing a passphrase for each commit.

$ echo "pinentry-program /usr/local/bin/pinentry-mac" >> ~/.gnupg/gpg-agent.conf
Expand Down

0 comments on commit 8f3dd61

Please sign in to comment.