notes/util/vcs/git/git-blame.txt
Ihar Hancharenka 5dff80e88e first
2023-03-27 16:52:17 +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>