Working with signed GIT commits

Tell Git which Key to use

https://docs.github.com/en/free-pro-team@latest/github/authenticating-to-github/telling-git-about-your-signing-key

git config --global user.signingkey F849...

Enable on a per-repo Basis

git config commit.gpgsign true

Alternatively use git commit -S to enable on per-commit basis.

Check

https://stackoverflow.com/questions/17371955/verifying-signed-git-commits

git log --show-signature

See also

Ma_Sys.ma keys in use: keysigning(31)


Ma_Sys.ma Website 5 (1.0.2) – no Flash, no JavaScript, no Webfont, no Copy Protection, no Mobile First. No bullshit. No GUI needed. Works with any browser.

Created: 2021/01/06 14:55:09 | Revised: 2022/09/18 20:49:51 | Tags: git, keysigning | Version: 1.0.0 | SRC (Pandoc MD) | GPL

Copyright (c) 2021 Ma_Sys.ma. For further info send an e-mail to Ma_Sys.ma@web.de.

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.