github使用技巧(如何在github上高效寻找开源项目)

如何查看被所有被fork的项目地址

## 源项目地址
    https://github.com/用户名/项目名
    # eg:
    https://github.com/rhboot/grub2

## fork列表
    https://github.com/用户名/项目名/network/members
    # eg:
    https://github.com/rhboot/grub2/network/members

github搜索的关键信息

1、name:名字
    2、description:描述
    3、README.md:用markdown写的详细介绍
    4、start:多少人关注这个项目的更新
    5、fork:分支,创建源项目代码库的分支,并拷贝到自己的账号中、
    6、更新日期:

搜索案例:可以组合使用

搜索名字包含 "nginx" 的开源项目,要求star大于200的
    in:name nginx stars:>200

搜索描述中包含 "智能dns" 且star大于 200,fork大于200的项目
    in:description 智能dns stars:>200 forks:>200

搜索readme中包含 "智能dns" 且star大于 200,fork大于200的项目
    in:readme 智能dns stars:>200 forks:>200

搜索描述中包含 "微服务" 且是用java开发的项目
    in:description 微服务 language:java

搜索描述中包含 "微服务" 且开发语言是 java  ,在2019年6月份之后有更新过的项目
    in:description 微服务 language:java pushed:>2019-06

搜索描述中包含 "爬虫" 且开发语言是 python ,且star大于 1000,且在 2019年1月之后有更新过的项目
    in:description 爬虫 language:python stars:>1000 pushed:>2019-01
声明:本文为原创,作者为 辣条①号,转载时请保留本声明及附带文章链接:https://boke.wsfnk.com/archives/286.html
谢谢你请我吃辣条谢谢你请我吃辣条

如果文章对你有帮助,欢迎点击上方按钮打赏作者

最后编辑于:2025/3/23作者: 辣条①号

目标:网络规划设计师、系统工程师、ceph存储工程师、云计算工程师。 不负遇见,不谈亏欠!

暂无评论

发表回复

您的电子邮箱地址不会被公开。 必填项已用*标注

arrow grin ! ? cool roll eek evil razz mrgreen smile oops lol mad twisted wink idea cry shock neutral sad ???

文章目录