github中watch、fork、star功能的作用
fork : 创建源项目代码库的分支,并拷贝到自己的账号中
star: 关注别人项目更新。
watch: 设置接收邮件提醒,邮件提醒包括Issues and their comments、Pull Requests and their comments、Comments on any commits。
star和watch的区别在于前者不会把项目的动态展示在你的dashboard 里,仅作为收藏功能。
https://github.com/trending
这个可以很好访问哦
高级搜索
1.比如咱们要找 star 数大于 3000 的Spring Cloud 仓库,在搜索框就可以这样
stars:>3000 spring cloud
如果要找在指定数字区间的话,使用
stars: 10..20 关键词
2.明确搜索仓库的语言
language:java 关键词
3.明确搜索仓库标题、仓库描述、README
in:name 关键词
in:descripton 关键词
in:readme 关键词