mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 00:22:09 +02:00
git-annotate: use short mnemonics (#11986)
This commit is contained in:
parent
a7dd2c8930
commit
17687e028e
2 changed files with 2 additions and 2 deletions
|
@ -9,6 +9,6 @@
|
|||
|
||||
`git annotate {{örnek/dosya}}`
|
||||
|
||||
- Bir dosyayı, her satırında son commit değeri ve yazarının e-postası bulunacak şekilde göster:
|
||||
- Bir dosyayı, her satırında son commit değeri ve yazarının [e]-postası bulunacak şekilde göster:
|
||||
|
||||
`git annotate -e {{örnek/dosya}}`
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
`git annotate {{path/to/file}}`
|
||||
|
||||
- Print a file with the author email and commit hash prepended to each line:
|
||||
- Print a file with the author [e]mail and commit hash prepended to each line:
|
||||
|
||||
`git annotate -e {{path/to/file}}`
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue