Open chengsoonong opened 6 years ago
It is often useful to look at the log entries that affect a particular file only.
hg log filename.txt or git log filename
hg log filename.txt
git log filename
Could get more fancy by checking for particular events, like adding. git log --follow --diff-filter=A --find-renames=40% filename.txt
git log --follow --diff-filter=A --find-renames=40% filename.txt
It is often useful to look at the log entries that affect a particular file only.
hg log filename.txt
orgit log filename
Could get more fancy by checking for particular events, like adding.
git log --follow --diff-filter=A --find-renames=40% filename.txt