git-blame: add German translation
This commit is contained in:

committed by
Starbeamrainbowlabs

parent
145785d462
commit
ef1da76d69
12
pages.de/common/git-blame.md
Normal file
12
pages.de/common/git-blame.md
Normal 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}}`
|
Reference in New Issue
Block a user