whcoding whcoding
首页
收藏
归档
关于
GitHub (opens new window)
首页
收藏
归档
关于
GitHub (opens new window)
  • git tag 正确使用方式
  • Github clone 加速
  • Github 搜索技巧
    • Git
    whcoding
    2021-05-14
    目录

    Github 搜索技巧

    # 常用前后缀

    • 找百科大全 awesome xxx • 找例子 xxx sample • 找空项目架子 xxx starter / xxx boilerplate • 找教程 xxx tutorial

    # 关键字限制

    搜索 四要素 : name, start , readme, description (常用的)

    搜索名字中包含 laravel 的项目in:name laravel

    搜索名字中包含 laravel 并且 stars 大于 3000 in:name laravel stars:>3000

    搜索readme中包含 laravel 的 in:readme laravel

    搜索描述中包含 laravel 的 in:description laravel

    搜索描述中包含 laravel 并且 语言是 PHP 的 in:description laravel language:php

    搜索描述中包含 laravel 并且 语言是 PHP 的 并且最近 push 时间 大于 2020-06-11 in:description laravel language:php pushed:>2020-06-11

    # 这些关键字是可以自由组合的
    # 还有其他的搜索关键字 user, size, fork 等等
    # 也可以使用 github高级搜索 (opens new window)
    上次更新: 2022/08/30, 23:31:20
    Github clone 加速

    ← Github clone 加速

    Theme by Vdoing | Copyright © 2018-2022 | 京ICP备16038673
    • 跟随系统
    • 浅色模式
    • 深色模式
    • 阅读模式