notes/devops/vcs/git/git-annotate.txt
Ihar Hancharenka b9c36c1e5a m
2024-02-04 19:40:05 +03:00

3 строки
149 B
Plaintext

git annotate <file>
Shows each line of a file next to information about which commit last changed that line, when it changed and who changed it.