1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 09:02:08 +02:00

git-blame: add German translation

This commit is contained in:
DoPanik 2020-10-05 20:41:32 +02:00 committed by Starbeamrainbowlabs
parent 145785d462
commit ef1da76d69

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}}`