4.2.3.blame
Last updated
Was this helpful?
Last updated
Was this helpful?
1.Introduction
Sometimes you need to know not only what line have changed, but also who exactly changed specified lines in file.
2.Getting started
1.Open git log : Open the solution folder and right click on it, choose TortoiseGit -> Show log
2.Select the file on certain commit, right click on it and select Blame
3.In blame Window, each code on middle side will correspond to corresponding commit on left side.Double click on the commit and you can check the whole content in that commit.