Can I filter files in a GitHub repository by file content?
For example, there is the public repo:
https://github.com/xamarin/mobile-samples.
I know that I can find file by name using this option:
https://github.com/xamarin/mobile-samples/find/master
But, can I filter results to files containing specified text eg. "Entry"?
Is there some query-string which I can use to do that?
I mean something like this: https://github.com/xamarin/mobile-samples?content=entry
<search term> filename:<filename>
and you may search for it in your organization only (by addingorg:<your organization name>
. Works well with GitHub Enterprise. – Airs