Showing posts with label Change History. Show all posts
Showing posts with label Change History. Show all posts

Monday, December 15, 2014

View changes line by line using SourceTree

In the previous post we saw on how to view the history of commits made on a file in SourceTree, this will show the history of commits their date and time, but what if we need a detailed difference report which shows the line by line change history made to the file, SourceTree provides an option Blame which shows the line by line changes made to a file.

To view the changes done to a file author wise use the following steps.

View change history of a file in SourceTree

Any source control system should allow the user to view the change history of a specific file or document which is stored in the source control system; in Source Tree we can view the change history details of an item using the “Log Selected” option.

To view the change histories of a specific file, follow the below steps.