Git: Difference between revisions
Created page with "=== signing work === <source lang="bash"> git config --global user.signingkey 0A46826A </source>" |
|||
Line 1: | Line 1: | ||
=== signing work === | === signing work === | ||
This is an example of GPG key. | |||
<source lang="bash"> | <source lang="bash"> | ||
git config --global user.signingkey 0A46826A | git config --global user.signingkey 0A46826A | ||
</source> | </source> |
Revision as of 18:01, 17 May 2016
signing work
This is an example of GPG key.
git config --global user.signingkey 0A46826A