ZANARDI Bruno

Software Developper

About
Resume

Git Blog

Git command `apply`

Definition

Apply a patch to files and/or to the index.

Expert usage

Check a patch content

$ git apply --stat <patch>

Check if a patch is applicable

$ git apply --check <patch>