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

8 строки
123 B
Plaintext

git blame <file>
-w
ignore whitespaces
git log -L 6,13:<file>
log changes of certain lines of the <file>