git apply

İndeks veya dosyalara yama uygula. Daha fazla bilgi için: https://git-scm.com/docs/git-apply.

git apply --verbose {{örnek/dosya}}

git apply --index {{örnek/dosya}}

curl -L {{https://ornek.com/dosya.patch}} | git apply

git apply --stat --apply {{örnek/dosya}}

git apply --reverse {{örnek/dosya}}

git apply --cache {{örnek/dosya}}