1
0
mirror of synced 2026-01-01 00:04:41 -05:00
Files
docs/translations/ru-RU/content/github/searching-for-information-on-github/finding-files-on-github.md
Chiedo John c116efe725 Crowdin translations (translation-batch-1604415979) (#16312)
* New Crowdin translations by Github Action

* Revert broken translated files to English

* Revert broken translations

* Revert broken translations

* Revert more broket translations

* Revert broken translation

* Increase Node memory limit for running Jest

* Allow Node to use more memory for Jest

* Increase Node memory limit for running Jest

Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
Co-authored-by: Chiedo <chiedo@users.noreply.github.com>
Co-authored-by: James M. Greene <JamesMGreene@github.com>
2020-11-03 16:15:55 -05:00

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).
/articles/finding-files-on-github
free-pro-team enterprise-server github-ae
* * *

{% tip %}

Советы:

  • File finder results exclude some directories like build, log, tmp, and vendor. To search for files within these directories, use the filename code search qualifier.
  • You can also open the file finder by pressing t on your keyboard. For more information, see "Keyboard shortcuts."

{% endtip %}

{% data reusables.repositories.navigate-to-repo %} {% if currentVersion ver_lt "enterprise-server@2.22" %} 2. Under your repository name, click Find file. Find file button {% else %} 2. Above the list of files, click Go to file. Find file button {% endif %} 3. In the search field, type the name of the file you'd like to find. Find file search field 4. In the list of results, click the file you wanted to find.

Дополнительная литература