其他分享
首页 > 其他分享> > Github常用搜索技巧

Github常用搜索技巧

作者:互联网

转自:https://www.markerhub.com/post/96

1、Github网址

https://github.com/

2、常用搜索技巧

 

 

--in:用来限定搜索的范围,可指定名称、描述、readme文档中的搜索关键字

如:

in name springboot mybatis demo  --指定项目仓库名称:springboot、mybatis、demo 三个关键字,搜索出的项目为一个简单的demo整合项目,非综合项目

in description springboot mybatis 整合 

 

--stars、forks

 

 如:

in:name springboot mybatis demo stars:>50,搜索出的项目为stars数量大于50的项目

--language,指定项目的编写语言

如:

in:description 单点登录 language:java,搜索出的项目均为java编写的项目

--creates、pushed,创建日期,更新日期

如:

in:description 单点登录 language:java pushed:>2019-12-01,搜索出的项目为更新日期大于2019-12-01

--其它,如根据协议license:或者项目作者 user:或者仓库的大小 size:>=或被关注的人数followers:
--高级搜索
  1. 网址:https://github.com/search/advanced
  2. 可以在页面上输入进行搜索 

标签:Github,技巧,项目,--,demo,搜索,stars,springboot
来源: https://www.cnblogs.com/shuozhang/p/15112498.html