美文网首页
github使用技巧

github使用技巧

作者: 桐桑入梦 | 来源:发表于2020-01-03 22:59 被阅读0次

例如搜索spring boot相关的项目信息:
1.可以直接使用spring boot查找需要的项目信息
2.如果需要查找名字中带有spring boot
in:name spring boot
3.如果需要查找热度大于1000星的:
in:name spring boot stars:>1000
4.如果需要查找forks大于1000的:
in:name spring boot forks:>1000
5.在项目的详情里面搜索,也就是在readme中搜索:
in:readme sping boot
6.在项目的描述中搜索:
in:description spring boot
7.项目的语言,如C
in:name spring boot language:java
8.最后一次更新的时间,如在2019-10-10之后
in:name spring boot pushed:>2019-10-10

eg.上面的可以组合进行查找

如果查找python爬虫,大于1000星的,2019年10月1日以后的
in:description 爬虫 language:python stars:>1000 pushed:>2019-10-01

相关文章

  • github 使用技巧

    github网站中,搜索到一个项目之后,经常会看到的几个按钮。 Watch,按钮中有三个选项: Not watch...

  • github使用技巧

    搜索 参考学习视频:https://www.bilibili.com/video/av75587104 按名字搜索...

  • GitHub使用技巧

    Git&GitHub秘籍 https://github.com/tiimgreen/github-cheat-sh...

  • Github使用技巧

    http://www.cnblogs.com/findingsea/archive/2012/08/27/2654...

  • github使用技巧

    阅读前你需要掌握 1.了解git的基础使用 2. 基本了解github的使用 正文 正取地fork,合并原分支 如...

  • github使用技巧

    例如搜索spring boot相关的项目信息:1.可以直接使用spring boot查找需要的项目信息2.如果需要...

  • github使用小技巧

    如何本地管理并上传代码及文件到github-image.png网页新建完成后,git clone 到本地- 添加文...

  • github使用小技巧

    一秒钟把Github项目变成前端网站 GitHub Pages大家可能都知道,常用的做法,是建立一个gh-page...

  • GitHub的使用技巧

    玩github已经好多年了,github不但是程序员们的最爱,更是一个搜索的宝库。在github里面我们不仅可以搜...

  • Github Copilot 使用技巧

    GitHub Copilot是一款由GitHub和OpenAI联合开发的人工智能编程工具,它使用机器学习技术从代码...

网友评论

      本文标题:github使用技巧

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