Last active
April 4, 2017 07:50
-
-
Save danpoltawski/cebd6c767d6781cad35a0e5fac4bc653 to your computer and use it in GitHub Desktop.
rewrite commit messages in large branch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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