Last active
August 29, 2015 14:04
-
-
Save stunko/55a265b543bc197b859d to your computer and use it in GitHub Desktop.
Git revert changes between some commits using diff patch
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 diff <new commit> <old commit> | git apply | |
git commit -am 'Text commit' | git push |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment