git-send-email, git-format-patch: add German translation; git-am: update German translation (#12949)
This commit is contained in:
17
pages.de/common/git-format-patch.md
Normal file
17
pages.de/common/git-format-patch.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# git format-patch
|
||||
|
||||
> Erstelle `.patch` Dateien. Ermöglicht das Senden von Commits per E-Mail.
|
||||
> Siehe auch `git am`, womit `.patch` Datein lokal angewandt werden.
|
||||
> Weitere Informationen: <https://git-scm.com/docs/git-format-patch>.
|
||||
|
||||
- Erzeuge eine `.patch` Datei aus allen nicht gepushten Commits:
|
||||
|
||||
`git format-patch {{origin}}`
|
||||
|
||||
- Erstelle eine `.patch` Datei aus allen Commits zwischen den angegebenen Revisionen und schreibe diese nach `stdout`:
|
||||
|
||||
`git format-patch {{revision_1}}..{{revision_2}}`
|
||||
|
||||
- Erstelle eine `.patch` Datei aus den letzten 3 Commits:
|
||||
|
||||
`git format-patch -{{3}}`
|
Reference in New Issue
Block a user