Files
tldr/pages.fr/common/git-blame.md

13 lines
366 B
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# git blame
> Affiche le hash de commit et le dernier auteur de chaque ligne d un fichier.
> Plus d'informations : <https://git-scm.com/docs/git-blame>.
- Affiche le hash de commit et le nom de l auteur en face de chaque ligne :
`git blame {{file}}`
- Affiche le hash de commit le nom et l email de l auteur en face de chaque ligne :
`git blame -e {{file}}`