...
| Code Block | ||
|---|---|---|
| ||
% git am --keep-cr -s --ignore-whitespace < patch_file |
includes 'Patch failed' and 'To restore the original branch and stop patching, run "git am --abort"'. You should do the "git am --abort" to get rid of state of the failed patch attempt left behind by the command above.
...