Created
September 4, 2018 09:03
-
-
Save vitordino/d7539d7fc0e61caa3ec18bc42ba365a9 to your computer and use it in GitHub Desktop.
really useful for prepending some message on a branch, to reference issues or a scope of work
This file contains hidden or 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 -f --msg-filter 'sed "1 s/^/LOREM_IPSUM: /"' origin/master..HEAD | |
# string to prepend ⬏───────────⬏ ⬑ range of commits |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment