Created
October 19, 2018 17:45
-
-
Save zaqmor/438103f5462c45c5252897739e58a43e to your computer and use it in GitHub Desktop.
Git: Generate squashed patch to file for diffing
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 reset ***SHA*** | |
git diff > c:\full\path\to\patch-file.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment