Reputation: 10659
How can I find a file in my git repository with SourceTree?
Currently, the file has to be present in some branch log, but I want to search on the repository.
I want to:
Log Selected...
and peek at it's history.
The SourceTree file history is quite good.
Upvotes: 38
Views: 36956
Reputation: 31
You can view an individual file log by name, using the same method in juffel's answer (Workspace > File status > All files in combo), and then write the filename in the Search box at the right. You will see directly the file log without searching manually in the file list.
Upvotes: 2
Reputation: 1115
In the working copy view there is a dropdown where you can select a filter for the visible files in the column below. Just select "All Files" instead of the "Pending" default.
On the right side there also is a Searchbox to filter this file list.
Upvotes: 55