Created
April 2, 2019 11:36
-
-
Save s4nchez/3fe9d5fd43bd759d67085237c5675f57 to your computer and use it in GitHub Desktop.
Reword multiple commits in git
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 -c core.editor='sed -i -E "1s/SD-12259/SD-12891/"' \ | |
-c sequence.editor='sed -i -E "s/^pick/reword/"' \ | |
rebase -i f7f13c01cd4e3296618a9b1546b24c19d1b2a152~1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment