# 合并拉取请求

最后一步，是时候将你的更改结合在一起——将你 `readme-edits` 分支合并到 `master` 分支中。

1. 单击绿色按钮 **Merge pull request** 来将更改合并到 `master` 中。
2. 单击 **Confirm merge**。
3. 分支的更改合并后即可点击紫色块中的 **Delete branch** 按钮。

![合并](https://guides.github.com/activities/hello-world/merge-button.png)

![删除](/files/-Lhu1NRhLzC9KC9V2RWe)

#### 庆祝一下！

通过完成本教程，你已经学会了在 GitHub 创建项目并发出拉取请求！

你在本教程中完成的内容：

* 创建一个开源仓库
* 创建管理一个分支
* 修改一个文件并将变更提交到 GitHub
* 发起并合并一个拉取请求

看一下你的 GitHub 个人页，你会看到新的 [贡献方块](https://help.github.com/articles/viewing-contributions)！

想了解有关拉取请求功能的更多信息，我们建议你阅读 [GitHub 工作流](https://itechub.gitbook.io/github-guides-zhcn/github-flow/intro)。你也可以访问 [探索 GitHub](http://github.com/explore) 并参与开源项目。

> 提示：查看我们的其他 [指南](http://guides.github.com/)、[YouTube 频道](http://youtube.com/githubguides) 和 [按需培训](https://services.github.com/on-demand/)，了解如何开始使用 GitHub 的更多信息。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://github.highlight.ink/hello-world/merge-pull-request.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.
