Patch a file (or files) with a diff file. Note that diff files contain both the target filenames and list of changes.
patch < {{patch_file}}.diff
patch -p1 < {{patch_file}}.diff
patch -R < {{patch_file}}.diff