Created
April 25, 2019 17:50
-
-
Save allanjos/2d8c490cd475f74fb73185b1ae850fc2 to your computer and use it in GitHub Desktop.
GIT - Rewrite old commits to add signature
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 --msg-filter "cat - && echo && echo 'Signed-off-by: <USERNAME> <<EMAIL>>'" HEAD~3..HEAD |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment