Skip to content

Instantly share code, notes, and snippets.

@gduverger
Last active December 17, 2015 15:08
Show Gist options
  • Save gduverger/5629021 to your computer and use it in GitHub Desktop.
Save gduverger/5629021 to your computer and use it in GitHub Desktop.
Apply patch
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