git-apply: add german translation
This commit is contained in:

committed by
Starbeamrainbowlabs

parent
e5a515c33e
commit
61dc7a5e0f
16
pages.de/common/git-apply.md
Normal file
16
pages.de/common/git-apply.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# git apply
|
||||
|
||||
> Integriert eine Patch-Datei und/oder fügt sie zum Index/Stage hinzu.
|
||||
> Mehr Informationen: <https://git-scm.com/docs/git-apply>.
|
||||
|
||||
- Gibt Meldungen über die gepatchten Dateien aus:
|
||||
|
||||
`git apply --verbose {{pfad/zur/datei}}`
|
||||
|
||||
- Integriert die Patch-Datei und fügt sie zum Index/Stage hinzu:
|
||||
|
||||
`git apply --index {{pfad/zur/datei}}`
|
||||
|
||||
- Integriert eine externe Patch-Datei:
|
||||
|
||||
`curl {{https://example.com/file.patch}} | git apply`
|
Reference in New Issue
Block a user