Created
July 3, 2019 06:04
-
-
Save r-pufky/745355e6653b8245328009869ff8970c to your computer and use it in GitHub Desktop.
revert git changes in new commit and keep history
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 revert --no-edit {LAST GOOD COMMIT}..{LAST BAD COMMIT} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment