git-blame: add German translation

beep
DoPanik 2020-10-05 20:41:32 +02:00 committed by Starbeamrainbowlabs
parent 145785d462
commit ef1da76d69
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
# git blame
> Zeigt Commit Hash und den letzten Autor jeder Zeile einer Datei.
> Mehr Informationen: <https://git-scm.com/docs/git-blame>.
- Gibt die Datei mit den Commit-Hashes und dem Autor pro Zeile aus:
`git blame {{datei}}`
- Gibt die Datei mit den Commit-Hashes und dem Autor (inklusive Email) pro Zeile aus:
`git blame -e {{datei}}`