Git: Difference between revisions

From Han Wiki
Jump to navigation Jump to search
m →‎signing work: update <source> to <syntaxhighlight>
Line 3: Line 3:
This is an example of GPG key.
This is an example of GPG key.


<syntaxhighlight lang="bash">
<source lang="bash">
git config --global user.signingkey 0A46826A
git config --global user.signingkey 0A46826A
</syntaxhighlight>
</source>

Revision as of 01:13, 28 June 2016

signing work

This is an example of GPG key.

git config --global user.signingkey 0A46826A