1. 常用词及含义
关键词 Value
watch 持续受到该项目的动态
fork 复制项目到自己的GitHub仓库中
star 点赞数
clone 将项目下载到本地
follow 关注你感兴趣的作者,会受到他们的动态
  1. in关键词及搜索范围
    1.xxx关键词 in name或description或readme
    2.seckill in:name,readme,description
    github骚操作
  2. star和fork关键词及搜索范围
    1.xxx关键字star 通配符 :>=或:>(springboot stars:>=5000)
    2.xxx关键字fork 通配符 :>=或:>(springboot forks:>=5000)
    github骚操作
    3.组合使用:springboot forks:100…500 stars:200…5000
    github骚操作
  3. awesome加强搜索(awesome 关键词)
    github骚操作
  4. 高亮显示代码(地址+#L行号)

单行:地址+#L行号https://github.com/BlackmodeN/AwesomeBlog/blob/master/src/blog/daoImpl/CommentDaoImpl.java#L45
多行:地址+#L行号-L行号https://github.com/BlackmodeN/AwesomeBlog/blob/master/src/blog/daoImpl/CommentDaoImpl.java#L22-L32

github骚操作
5. 项目内搜索(英文字母t)
github骚操作
6. 搜索某一地区大佬(location:shanghai language:java)
github骚操作

相关文章:

  • 2022-02-14
  • 2021-11-03
  • 2021-05-22
  • 2022-02-24
  • 2022-12-23
  • 2022-12-23
  • 2021-07-09
  • 2021-10-16
猜你喜欢
  • 2021-09-16
  • 2021-10-26
  • 2021-08-28
  • 2022-01-22
  • 2021-08-07
相关资源
相似解决方案