Integriert eine Patch-Datei und/oder fügt sie zum Index/Stage hinzu. Mehr Informationen: https://git-scm.com/docs/git-apply.
git apply --verbose {{pfad/zur/datei}}
git apply --index {{pfad/zur/datei}}
curl {{https://example.com/file.patch}} | git apply