gittfstfs-2018

File search across all Git projects


I am trying to search for a specific file extensions across all Git remote projects for the master branch.

Is there any command for it? Cloning all projects locally will take lot of time.


Solution

  • In TFS 2018, I found the search by using filter by scope(file:) option. It has all the necessary filters(e.g. Branch, repo). This solved my issue. Using the same search, I able to find the string within each file.