Is there any way to search through github projects in Windows? The Windows application does not seem to have the search functionality. What I am interested in is to search through the commits of a certain github project.
Tell me more
×
Programmers Stack Exchange is a question and answer site for
professional programmers interested in conceptual questions about software development. It's 100% free, no registration required.
closed as off topic by gnat, Michael K, Mark Booth, Jim G., psr Aug 17 '12 at 22:58
Questions on Programmers Stack Exchange are expected to relate to software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.
|
It is pretty easy to search through commits using TortoiseGit. Use 'show log' option to display history of commits and type in what you want to search for. |
|||