gist/git/etc
2023-05-24 11:19:47 +03:00
..
gitconfig git/etc/gitconfig: note the proper method in comment 2023-05-24 11:19:47 +03:00
README.md git/etc/gitconfig: "document" accepting signed pushes 2022-05-26 12:31:21 +03:00

This /etc/gitconfig currently just “documents” how to enable signed git pushes, however it requires a recent git version on the server too to allow SSH.

Client-side: git config --global push.gpgSign if-asked (to not die when server doesnt support it)

Source: https://people.kernel.org/monsieuricon/signed-git-pushes via https://github.com/go-gitea/gitea/issues/13454