Git Create and Apply patch fileCreate patch files#git format-patch [-<num of commit>] [commit]CopyApply patch file#git am <patch>CopyFix patch errors#git apply <patch> --rejectCopyLook at the created <.ref> file and fix the errors.git add <modified files>Copygit am --continueCopy