Jump to content

Command Crate ¿about?

GPG Sign Git Commits Using git-filter-repo Tool

git filter-repo --commit-callback '
      commit.gpg_sign = True
' --force

Configures all Git commits to be GPG signed using git-filter-repo with a commit callback.

version control [kb:228]