Skip to content

Instantly share code, notes, and snippets.

@yuan3y
Created February 4, 2022 06:01
Show Gist options
  • Save yuan3y/16bea20fad04306cebc8d1da13017f19 to your computer and use it in GitHub Desktop.
Save yuan3y/16bea20fad04306cebc8d1da13017f19 to your computer and use it in GitHub Desktop.
one-liner command to sign all commits until master
git rebase --exec 'git commit --amend --no-edit -n -S' -i master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment