GitHub 入门指南 | GitHub Beginner's Guide
什么是 GitHub? GitHub 是全球最大的代码托管平台,拥有超过 1 亿名开发者用户。无论你是编写代码、管理文档还是协作项目,GitHub 都是最重要的工具之一。 ...
什么是 GitHub? GitHub 是全球最大的代码托管平台,拥有超过 1 亿名开发者用户。无论你是编写代码、管理文档还是协作项目,GitHub 都是最重要的工具之一。 ...
GitHub 不只是放代码的地方,上面有大量免费的学习资源仓库,有些星标数超过了百万。这里精选最值得收藏的几个。 GitHub isn’t just for code — it hosts some of the best free learning resources on the internet, with some repos having millions of stars. ...
为什么要用 SSH Key? 使用 HTTPS 连接 GitHub 每次推送都需要输入账号密码(或 Token),而配置 SSH Key 之后,完全免密操作,更安全也更方便。 Why Use SSH Key? HTTPS requires entering your credentials every push. With SSH Key configured, you get password-free access — more secure and convenient. ...
什么是 Pull Request? Pull Request(简称 PR)是 GitHub 上最核心的协作功能。当你完成了某个功能或修复,通过 PR 通知项目维护者:“我改了这些内容,请帮我审查并合并到主分支。” ...