Files
tldr/pages.tr/common/git-blame.md
2024-10-13 10:26:47 +02:00

13 lines
435 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# git blame
> Her satırdaki dosyanın yanında en son commit değeri ve yazarını göster.
> Daha fazla bilgi için: <https://git-scm.com/docs/git-blame>.
- Bir dosyayı, her satırında son commit değeri ve yazarı bulunacak şekilde göster:
`git blame {{örnek/dosya}}`
- Bir dosyayı, her satırında son commit değeri ve yazarının e-postası bulunacak şekilde göster:
`git blame {{-e|--show-email}} {{örnek/dosya}}`