1
0
mirror of synced 2025-12-21 19:06:49 -05:00

Hello git history spelunker!

Are you looking for something? Here is all of the GitHub Docs history in one single commit. Enjoy! 🎉
This commit is contained in:
Vanessa Yuen
2020-09-27 14:10:11 +02:00
parent fa8bb2322f
commit 3df90fc9b8
28386 changed files with 1723440 additions and 3 deletions

View File

@@ -0,0 +1,35 @@
---
title: Finding files on GitHub
intro: 'You can search for a file in a repository using the file finder. To search for a file in multiple repositories on {{ site.data.variables.product.product_name }}, use the [`filename` code search qualifier](/articles/searching-code#search-by-filename).'
redirect_from:
- /articles/finding-files-on-github
versions:
free-pro-team: '*'
enterprise-server: '*'
---
{% tip %}
**Tips:**
- 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](/articles/searching-code#search-by-filename).
- You can also open the file finder by pressing `t` on your keyboard. For more information, see "[Keyboard shortcuts](/articles/keyboard-shortcuts)."
{% endtip %}
{{ site.data.reusables.repositories.navigate-to-repo }}
{% if currentVersion != "free-pro-team@latest" and currentVersion ver_lt "enterprise-server@2.22" %}
2. Under your repository name, click **Find file**.
![Find file button](/assets/images/help/search/find-file-button.png)
{% else %}
2. Above the list of files, click **Go to file**.
![Find file button](/assets/images/help/search/find-file-button.png)
{% endif %}
3. In the search field, type the name of the file you'd like to find.
![Find file search field](/assets/images/help/search/find-file-search-field.png)
4. In the list of results, click the file you wanted to find.
### Further reading
- "[About searching on GitHub](/articles/about-searching-on-github)"