mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 15:33:50 +02:00
git-am: add german translation
This commit is contained in:
parent
41d31bc7b9
commit
e5a515c33e
1 changed files with 17 additions and 0 deletions
17
pages.de/common/git-am.md
Normal file
17
pages.de/common/git-am.md
Normal file
|
@ -0,0 +1,17 @@
|
|||
# git am
|
||||
|
||||
> Patch-Dateien integrieren. Nützlich beim Empfang von Commits per E-Mail.
|
||||
> Siehe auch `git format-patch`, womit Patch-Dateien erzeugen werden können.
|
||||
> Mehr Informationen: <https://git-scm.com/docs/git-am>.
|
||||
|
||||
- Integrieren einer Patch-Datei:
|
||||
|
||||
`git am {{pfad/zur/datei.patch}}`
|
||||
|
||||
- Prozess zum Integrieren einer Patch-Datei abbrechen:
|
||||
|
||||
`git am --abort`
|
||||
|
||||
- Integriert soviele Patch-Dateien wie möglich und speichert fehlgeschlagene Teile:
|
||||
|
||||
`git am --reject {{pfad/zur/datei.patch}}`
|
Loading…
Add table
Reference in a new issue