美文网首页
GitHub常用的搜索条件小结

GitHub常用的搜索条件小结

作者: 哈迪斯Java | 来源:发表于2023-09-01 11:46 被阅读0次

    GitHub常用的搜索条件小结
    1.搜索名字
    in:name xXx
    2.搜索描述
    in:description xxx
    3.搜索readme
    in:readme xxx
    4.按stars
    stars:>2000
    5.按fork
    fork:>3000
    6.仓库大小搜索size:>=5000[说明5000大小是5000k, 5m]7.按更新时间pushed:>2020-01-01
    8.按语言
    language: xxx
    9.按作者名
    user:hsp[注意:后面不要有空格]
    10.搜索的方式可以组合,叠加
    11.更多高级搜索https://github.com/search/advanced

    相关文章

      网友评论

          本文标题:GitHub常用的搜索条件小结

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