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:
parent
145785d462
commit
ef1da76d69
1 changed files with 12 additions and 0 deletions
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}}`
|
Loading…
Add table
Reference in a new issue