Difference between revisions of "Signing commits"

From wikieduonline
Jump to navigation Jump to search
 
(8 intermediate revisions by the same user not shown)
Line 3: Line 3:
  
  
 +
[[git config commit.gpgsign true]]
 +
[[git config --global commit.gpgsign true]]
 +
 +
[[git config --global user.signingkey]] XXXX
 +
 +
== Errors ==
 +
* [[error: gpg failed to sign the data]]
 +
 +
 +
== Related ==
 
* [[Generating a new GPG key]]
 
* [[Generating a new GPG key]]
 +
* <code>[[git commit -S]]</code>
 +
 +
== Related ==
 +
* {{git commit}}
 +
* {{git config}}
 +
 +
[[Category:Git]]

Latest revision as of 16:51, 20 September 2024

Advertising: