Last active
December 17, 2015 15:08
-
-
Save gduverger/5629021 to your computer and use it in GitHub Desktop.
Apply 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 apply --stat patch.diff | |
git apply --check patch.diff | |
git apply patch.diff | |
// https://ariejan.net/2009/10/26/how-to-create-and-apply-a-patch-with-git/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment