1.4.2 Applying git patches

Well-formed git patches should be committed with

git-am

Patches created without git-format-patch should be committed with

git-apply

Contributor’s Guide