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.


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

Revision as of 22:15, 27 June 2016

signing work

This is an example of GPG key.

git config --global user.signingkey 0A46826A