18 bytes removed ,  28 June 2016
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>