We have a private Atlassian Bitbucket Server (previously known as Stash) hosting our git repos.
How can I search across
- all source files
- in all branches
- in all repos
I really want to avoid the process of checking out all repos locally, doing git pull
and then recursive grep
.
Some plugins were available in Atlassian Stash for "enterprise search" but they didn't work for us.
If you have gotten this to work, kindly share the steps to set it up :) :)