Created
April 19, 2017 15:01
-
-
Save nordinrahman/48a4c2928c258cb3f005165ee1029eea to your computer and use it in GitHub Desktop.
Git format-patch and apply
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 format-patch -1 --stdout > patch.patch | |
| git am --keep-cr patch.patch |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment