git-apply (1) Linux Manual Page
git-apply – Apply a patch to files and/or to the index Synopsisgit apply [–stat] [–numstat] [–summary] [–check] [–index | –intent-to-add] [–3way] [–apply] [–no-add] [–build-fake-ancestor=<file>] [-R | –reverse] [–allow-binary-replacement | –binary] [–reject] [-z] [-p<n>] [-C<n>] [–inaccurate-eof] [–recount] [–cached] [–ignore-space-change | –ignore-whitespace] [–whitespace=(nowarn|warn|fix|error|error-all)] [–exclude=<path>] [–include=<path>] [–directory=<root>] [–verbose] [–unsafe-paths] [<patch>…]DescriptionReads the supplied diff output (i.e. "a patch") and…
