Skip to content

Instantly share code, notes, and snippets.

@jenky
Created April 18, 2019 07:29
Show Gist options
  • Select an option

  • Save jenky/c61adad284ff7acaf180b0917db009dc to your computer and use it in GitHub Desktop.

Select an option

Save jenky/c61adad284ff7acaf180b0917db009dc to your computer and use it in GitHub Desktop.

Revisions

  1. jenky revised this gist Apr 18, 2019. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion patch.md
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    Apply
    Apply git patch

    ```
    git apply --reject --whitespace=fix path/to/file.patch
  2. jenky created this gist Apr 18, 2019.
    5 changes: 5 additions & 0 deletions patch.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    Apply

    ```
    git apply --reject --whitespace=fix path/to/file.patch
    ```