Skip to content

Instantly share code, notes, and snippets.

@mcongrove
Created April 5, 2020 23:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mcongrove/c998e7f04cfa8c02fa082e1a07bfd264 to your computer and use it in GitHub Desktop.
Save mcongrove/c998e7f04cfa8c02fa082e1a07bfd264 to your computer and use it in GitHub Desktop.
Verify Unsigned Commits

Workaround to verify unsigned commits in github

All commits started from 8fd7b22 will be rebased with no changes except signing.

git rebase --exec 'git commit --amend --no-edit -n -S' -i 8fd7b22
git push --force

Source

Thanks to @josecordaz for this one

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