GitHub filename search¶
GitHub filename search is a specific search operator that allows users to locate files within repositories by targeting their exact names.^[600-developer-tools-github.md]
Usage¶
To perform a filename search, use the filename: operator followed by the specific term or phrase you are looking for.^[600-developer-tools-github.md]
Syntax¶
The basic syntax involves appending filename: with the query string in quotes.^[600-developer-tools-github.md]
Example:
filename:"MySQL高级"
Sources¶
600-developer-tools-github.md
Related Concepts¶
- [[GitHub]]