git补丁操作(git diff、git format-patch、git apply、git am)
一. 打补丁的两种方法
Git 提供了两种补丁方案,一是用git diff生成的UNIX标准补丁.diff文件,二是git format-patch生成的Git专用.patch 文件。