*: clean up and normalize (#5437)
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
# git apply
|
||||
|
||||
> Integriert eine Patch-Datei und/oder fügt sie zum Index/Stage hinzu.
|
||||
> Integriere eine Patch-Datei und/oder füge sie zum Index/Stage hinzu.
|
||||
> Mehr Informationen: <https://git-scm.com/docs/git-apply>.
|
||||
|
||||
- Gibt Meldungen über die gepatchten Dateien aus:
|
||||
- Gib Meldungen über eine gepatchten Datei aus:
|
||||
|
||||
`git apply --verbose {{pfad/zur/datei}}`
|
||||
`git apply --verbose {{pfad/zu/datei}}`
|
||||
|
||||
- Integriert die Patch-Datei und fügt sie zum Index/Stage hinzu:
|
||||
- Integriere die Patch-Datei und füge sie zum Index/Stage hinzu:
|
||||
|
||||
`git apply --index {{pfad/zur/datei}}`
|
||||
`git apply --index {{pfad/zu/datei}}`
|
||||
|
||||
- Integriert eine externe Patch-Datei:
|
||||
- Integriere eine externe Patch-Datei:
|
||||
|
||||
`curl {{https://example.com/file.patch}} | git apply`
|
||||
`curl {{https://beispiel.de/datei.patch}} | git apply`
|
||||
|
Reference in New Issue
Block a user