Skip to content

Getting started

ydalir edited this page Feb 8, 2023 · 1 revision

Signing commits

Commits need to be signed with either GPG or SSH to be merged.

For SSH signing, add this to your .gitconfig file (requires git version<=2.34.0):

[user]
        signingkey = /path/to/key.pub
[gpg]
        format = ssh
[commit]
        gpgsign = true
Clone this wiki locally