git-annotate: use short mnemonics (#11986)

pull/23/head
Reinhart Previano Koentjoro 2024-01-03 20:17:51 +07:00 committed by GitHub
parent a7dd2c8930
commit 17687e028e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

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

View File

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