Skip to content

Mopsgamer/github-sign-commits

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 

Repository files navigation

github-sign-commits

Scripts for automatic git signing setup.

AKA Verified commits.

Static Badge

PowerShell

irm https://raw.githubusercontent.com/Mopsgamer/github-sign-commits/refs/heads/main/sign.ps1 | iex

Bash

curl -fsSL https://raw.githubusercontent.com/Mopsgamer/github-sign-commits/refs/heads/main/sign.sh | bash

Check

ssh-keygen -l -f ~/.ssh/gitsign.pub | sed 's/\(SHA256:\)[^[:space:]]*/\1**/g'
git config user.signingkey
git config gpg.format

About

Scripts for automatic git signing setup.

Resources

License

Stars

Watchers

Forks