diff --git a/pages.tr/common/git-annotate.md b/pages.tr/common/git-annotate.md index f078a49a1..ff14bdd31 100644 --- a/pages.tr/common/git-annotate.md +++ b/pages.tr/common/git-annotate.md @@ -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}}` diff --git a/pages/common/git-annotate.md b/pages/common/git-annotate.md index 16c02acdf..d3f03fa1d 100644 --- a/pages/common/git-annotate.md +++ b/pages/common/git-annotate.md @@ -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}}`