# GitHub 使用指南

## GitHub 使用指南

- [GitHub 使用指南](https://github.highlight.ink/readme.md)
- [简介](https://github.highlight.ink/hello-world/intro.md): 阅读时间：约 10 分钟
- [什么是 GitHub？](https://github.highlight.ink/hello-world/about-github.md)
- [创建一个仓库](https://github.highlight.ink/hello-world/create-a-repository.md)
- [创建一个分支](https://github.highlight.ink/hello-world/create-a-branch.md)
- [修改并提交更改](https://github.highlight.ink/hello-world/make-a-commit.md)
- [发起拉取请求](https://github.highlight.ink/hello-world/open-a-pull-request.md)
- [合并拉取请求](https://github.highlight.ink/hello-world/merge-pull-request.md)
- [简介](https://github.highlight.ink/github-flow/intro.md): 阅读时间：约 5 分钟
- [创建分支](https://github.highlight.ink/github-flow/create-a-branch.md)
- [提交更改](https://github.highlight.ink/github-flow/add-commits.md)
- [发起拉取请求](https://github.highlight.ink/github-flow/open-a-pull-request.md)
- [讨论并评审代码](https://github.highlight.ink/github-flow/discuss-and-review.md)
- [部署](https://github.highlight.ink/github-flow/deploy.md)
- [合并](https://github.highlight.ink/github-flow/merge.md)
- [简介](https://github.highlight.ink/github-pages/intro.md): 阅读时间：约 10 分钟
- [创建你的网站](https://github.highlight.ink/github-pages/create-your-website.md)
- [做一些修改](https://github.highlight.ink/github-pages/making-changes.md)
- [下一步](https://github.highlight.ink/github-pages/next-steps.md)
- [简介](https://github.highlight.ink/git-handbook/intro.md): 阅读时间：约 10 分钟
- [什么是版本控制系统？](https://github.highlight.ink/git-handbook/version-control-system.md)
- [什么是仓库？](https://github.highlight.ink/git-handbook/repositories.md)
- [Git 基础](https://github.highlight.ink/git-handbook/basic-git.md)
- [GitHub](https://github.highlight.ink/git-handbook/github.md)
- [简介](https://github.highlight.ink/forking-projects/intro.md): 阅读时间：约 4 分钟
- [为项目做贡献](https://github.highlight.ink/forking-projects/contributing-to-a-project.md)
- [复刻仓库](https://github.highlight.ink/forking-projects/fork-the-repository.md)
- [克隆你所复刻的项目](https://github.highlight.ink/forking-projects/clone-your-fork.md)
- [修改并推送](https://github.highlight.ink/forking-projects/making-and-pushing-changes.md)
- [发起拉取请求](https://github.highlight.ink/forking-projects/making-a-pull-request.md)
- [简介](https://github.highlight.ink/be-social/intro.md): 阅读时间：约 5 分钟
- [关注一个朋友](https://github.highlight.ink/be-social/follow-a-friend.md)
- [查看一个项目仓库](https://github.highlight.ink/be-social/watch-a-project.md)
- [你可以做更多的事情](https://github.highlight.ink/be-social/more-things-you-can-do.md)
- [简介](https://github.highlight.ink/making-your-code-citable/intro.md): 阅读时间：约 10 分钟
- [选择你的仓库](https://github.highlight.ink/making-your-code-citable/choose-your-repository.md)
- [登录 Zenodo](https://github.highlight.ink/making-your-code-citable/login-to-zenodo.md)
- [查看仓库设置](https://github.highlight.ink/making-your-code-citable/check-repo-settings.md)
- [发布新版本](https://github.highlight.ink/making-your-code-citable/create-a-new-release.md)
- [创建 DOI](https://github.highlight.ink/making-your-code-citable/minting-a-doi.md)
- [即将完成](https://github.highlight.ink/making-your-code-citable/finishing-up.md)
- [简介](https://github.highlight.ink/mastering-issues/intro.md): 阅读时间：约 10 分钟
- [里程碑，标签和被指派人](https://github.highlight.ink/mastering-issues/milestones-labels-and-assignees.md)
- [通知，@提及 和引用](https://github.highlight.ink/mastering-issues/notifications-mentions-and-references.md)
- [搜索](https://github.highlight.ink/mastering-issues/search.md)
- [概述 & 报告](https://github.highlight.ink/mastering-issues/overviews-and-reports.md)
- [Issues 的其他用途](https://github.highlight.ink/mastering-issues/other-uses-for-issues.md)
- [简介](https://github.highlight.ink/mastering-markdown/intro.md): 阅读时间：约 3 分钟
- [什么是 Markdown?](https://github.highlight.ink/mastering-markdown/what-is-markdown.md)
- [例子](https://github.highlight.ink/mastering-markdown/examples.md)
- [语法指南](https://github.highlight.ink/mastering-markdown/syntax-guide.md)
- [GitHub 风味 Markdown](https://github.highlight.ink/mastering-markdown/gfm.md)
- [简介](https://github.highlight.ink/documenting-projects/intro.md): 阅读时间：约 10 分钟
- [创建你的 README](https://github.highlight.ink/documenting-projects/creating-your-readme.md)
- [格式化你的 README](https://github.highlight.ink/documenting-projects/formatting-your-readme.md)
- [创建你的 wiki](https://github.highlight.ink/documenting-projects/creating-your-wiki.md)
- [添加内容](https://github.highlight.ink/documenting-projects/adding-content.md)
- [添加页面](https://github.highlight.ink/documenting-projects/adding-pages.md)
- [语法高亮](https://github.highlight.ink/documenting-projects/syntax-highlighting.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://github.highlight.ink/readme.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.
Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
