These guidelines only show the most relevant parts for this project regarding Git usage.
Commit Signing
Commit can be signed-off according to the Developer Certificate of Origin via
git commit --amend --signoff
.
- Set used key:
git config --global user.signingkey [fingerprint]
- Sign commit with default key:
git commit -S --amend