Created
January 26, 2017 12:07
-
-
Save ovidiuch/cf25e100582d0bb7bd290659f4c86e59 to your computer and use it in GitHub Desktop.
Quickly back up git diff without committing work in progress
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 HEAD > myprecious.patch | |
mv myprecious.patch ~/Desktop # auto backed on iCloud |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment