Last active
June 28, 2021 06:49
-
-
Save oshinko/4ef1a971fe3db0fa76244af8eb2849e4 to your computer and use it in GitHub Desktop.
Generate and apply patches with Git
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 > ~/tmp/wip.patch | |
patch -p1 < ~/tmp/wip.patch |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment