Created
May 23, 2021 19:05
-
-
Save frankyonnetti/de55b2ede47d179ae21c163407cc9d2d to your computer and use it in GitHub Desktop.
GIT - diff patch #git #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
# create patch from www directory | |
git diff 79896c5ede e8d7f85300c4 --relative > drupal-core-7.72-7.73.patch | |
# run patch dry-run | |
patch -p1 --dry-run < ~/patches/PATCHFILE |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment