應用補丁

我們可以使用 git apply some.patch.patch 檔案中的更改應用到當前工作目錄。他們將不受限制,需要承諾。

要將修補程式應用為提交(使用其提交訊息),請使用

git am some.patch

要將所有修補程式檔案應用於樹:

git am *.patch