Is it possible to search for a particular filename on GitHub?

后端 未结 8 977
遇见更好的自我
遇见更好的自我 2021-01-30 01:27

I know that the GitHub web interface lets you search all repositories for files with a particular pathname (e.g. searching for path:/app/models/user.rb yields >

8条回答
  •  你的背包
    2021-01-30 01:51

    Does the search user.rb in:path do what you want to do? Alternatively there is also this search filename:user.rb

    Found on: https://help.github.com/articles/searching-code/

提交回复
热议问题