Integriere eine Patch-Datei und/oder füge sie zum Index/Stage hinzu. Mehr Informationen: https://git-scm.com/docs/git-apply.
git apply --verbose {{pfad/zu/datei}}
git apply --index {{pfad/zu/datei}}
curl {{https://beispiel.de/datei.patch}} | git apply