Apply patch files. Useful when receiving commits via email. See also git format-patch, which can generate patch files.
git format-patch
git am {{path/to/file.patch}}
git am --abort
git am --reject {{path/to/file.patch}}