审核可能需要的知识点
Opened this issue · 0 comments
liweiwei1419 commented
这里提供一些审核工作可能需要用到的知识点,供各位参考。
将 Pull Requests 下载到本地
git fetch algo-wiki pull/18/head:pr18
(说明:查看上面的图片可能需要 fq,但图片不是重点。)
说明:
- algo-wiki 是具体的远程仓库的别名;
- pull 固定这么写;
- 18 是 Pull Requests 的编号;
- head: 固定这么写;
- pr18 是我们自定义的本地分支别名。
查看渲染以后的网页:
docsify serve .