应用补丁

我们可以使用 git apply some.patch.patch 文件中的更改应用到当前工作目录。他们将不受限制,需要承诺。

要将修补程序应用为提交(使用其提交消息),请使用

git am some.patch

要将所有修补程序文件应用于树:

git am *.patch