Skip to content

Instantly share code, notes, and snippets.

@danpoltawski
Last active April 4, 2017 07:50
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 danpoltawski/cebd6c767d6781cad35a0e5fac4bc653 to your computer and use it in GitHub Desktop.
Save danpoltawski/cebd6c767d6781cad35a0e5fac4bc653 to your computer and use it in GitHub Desktop.
rewrite commit messages in large branch
git filter-branch --msg-filter \
'sed "s/Part of MDL-55611./Part of MDL-55611 epic./"' \
HEAD...origin/master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment