Skip to content

Latest commit

 

History

History
99 lines (51 loc) · 2.98 KB

github.md

File metadata and controls

99 lines (51 loc) · 2.98 KB

Github

5个隐藏的GitHub神技巧,助你秒变大佬!_哔哩哔哩_bilibili

来自程序员鱼皮

笔记地址:Note/github.md at main · youhuangla/Note

1.搜索

github高级搜索功能

直接打开这里GitHub · Where software is built

或搜索后在搜索页面 language 下方打开(没找到更好的方法)

image-20220504225139153

更多技巧可查看官方文档:

About searching on GitHub - GitHub Docs

搜索代码 - GitHub Docs

2.查找文件

在主页按“t”:查找文件

image-20220504225403858

点进源代码后,按“l”:跳转到某一行

image-20220504225816271

点击行号:

  1. 复制这行代码
  2. 生成永久链接

image-20220504225652318

源代码中按“b”:查看文件的改动记录

image-20220504225932440

键盘快捷键:

3.阅读代码技巧

代码跳转:

  1. 下载到本地
  2. 在线vscode:仓库详情界面按下“。”键,

image-20220504230504057

image-20220504230630070

4.在线运行项目

在项目地址前加上gitpod.io/#/前缀

https://github.com/nginx/nginx => https://gitpod.io/#/github.com/nginx/nginx

登陆:

image-20220504230740420

加载:

image-20220504230844063

运行:

image-20220504230956747

5.项目推送

根据自己的喜好让github推送自己感兴趣的优质项目

image-20220504231235874

获取邮件更新:

image-20220504231259146

更新:该文档已得到up主点赞ヾ(≧▽≦*)o

image-20220505001029728

再纪念一下up主回复(~ ̄▽ ̄)~image-20220505001420933