mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-09 16:24:44 +03:00
git-am: add german translation
This commit is contained in:
parent
41d31bc7b9
commit
e5a515c33e
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…
Reference in New Issue
Block a user