git export and apply patch

Developer from somewhere

Generating the patch from a commit:

git format-patch -1 SHA

Applying a patch:

git am < your.patch