Get patches from commit previous to target:
git format-patch -1 <sha>
Or:
git format-patch -1 HEAD
And apply:
git am < file.patch
UI-Dev & more
Get patches from commit previous to target:
git format-patch -1 <sha>
Or:
git format-patch -1 HEAD
And apply:
git am < file.patch