Skip to content

Instantly share code, notes, and snippets.

@Mattamorphic
Created February 14, 2020 08:54
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 Mattamorphic/8ace11e067f3a6f026edfa0a1d80e904 to your computer and use it in GitHub Desktop.
Save Mattamorphic/8ace11e067f3a6f026edfa0a1d80e904 to your computer and use it in GitHub Desktop.
Useful git commands

Sign commits on the current branch since the SHA (inclusive)

git rebase --exec 'git commit --amend --no-edit -n -S' -i SHA^
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment