Skip to content

Instantly share code, notes, and snippets.

@jkullick
Created February 16, 2017 15:00
Show Gist options
  • Save jkullick/69d40aac60a988cacbf057402eac08b7 to your computer and use it in GitHub Desktop.
Save jkullick/69d40aac60a988cacbf057402eac08b7 to your computer and use it in GitHub Desktop.
PGP Sign all old Git Commits
git filter-branch -f --commit-filter 'git commit-tree -S "$@"' HEAD

Source

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment