美文网首页
【转载】使用Github的高级搜索功能

【转载】使用Github的高级搜索功能

作者: superboy_camel | 来源:发表于2016-07-26 14:15 被阅读312次

    1. 首先,提供Github高级搜索帮助页面https://help.github.com/categories/search/

    2. 搜索语法https://help.github.com/articles/search-syntax/

    比方说,你要搜索心数大于一定数目的开源代码,你可以像下面这样子来操作.

    搜索某个时间段之后创建出来的代码.

    获取星星数目介于某段区域

    设置语言限制的搜索:

    一套完整的搜索流程:

    Omit quotation marks and spaces in queries

    If you prefer a more compact notation, you can omit the quotations and the spaces for any of these criteria. Quotations need to be included only if the query contains whitespace. For example:

    cats stars:>10

    cats created:2012-04-30..2012-07-04

    cats NOT "hello world"

    3. 如果是在还是不会用-_-!!!,亲,你可以试试高级搜索页面:https://github.com/search/advanced

    你在填写的时候,上面自动出现了匹配的语法格式,是不是很简单^_^!

    相关文章

      网友评论

          本文标题:【转载】使用Github的高级搜索功能

          本文链接:https://www.haomeiwen.com/subject/nbvddttx.html