* Run script/new-versioning/update-not-fpt-conditionals.js * Fix a few things * Remove outdated versioning * Fix broken link Co-authored-by: jmarlena <6732600+jmarlena@users.noreply.github.com>
1.5 KiB
1.5 KiB
title, intro, redirect_from, versions
| title | intro | redirect_from | versions | |||||
|---|---|---|---|---|---|---|---|---|
| Finding files on GitHub | You can search for a file in a repository using the file finder. To search for a file in multiple repositories on {% data variables.product.product_name %}, use the [`filename` code search qualifier](/articles/searching-code#search-by-filename). |
|
|
{% tip %}
Tips:
- File finder results exclude some directories like
build,log,tmp, andvendor. To search for files within these directories, use thefilenamecode search qualifier. - You can also open the file finder by pressing
ton your keyboard. For more information, see "Keyboard shortcuts."
{% endtip %}
{% data reusables.repositories.navigate-to-repo %}
{% if enterpriseServerVersions contains currentVersion and currentVersion ver_lt "enterprise-server@2.22" %}
2. Under your repository name, click Find file.
{% else %}
2. Above the list of files, click Go to file.
{% endif %}
3. In the search field, type the name of the file you'd like to find.
4. In the list of results, click the file you wanted to find.