git apply

Integriere eine Patch-Datei und/oder füge sie zum Index hinzu. Weitere Informationen: https://git-scm.com/docs/git-apply.

git apply --verbose {{pfad/zu/datei}}

git apply --index {{pfad/zu/datei}}

curl -L {{https://beispiel.de/datei.patch}} | git apply

git apply --stat --apply {{pfad/zu/datei}}

git apply --reverse {{pfad/zu/datei}}

git apply --cache {{pfad/zu/datei}}