# 修改并提交更改

干得漂亮！现在，你正在 `readme-edits` 分支的代码视图，该分支是 `master` 的副本。我们来做一些编辑。

在 GitHub，保存更改称为\_提交\_。每个提交都有一个关联的提交消息，该消息是解释为何进行特定更改的描述。提交消息可体现更改的历史记录，因此其他贡献者可以了解你已完成的工作和原因。

**修改并提交更改**

1. 点击 `README.md` 文件。
2. 点击文件右上角的铅笔图标进行编辑。
3. 在编辑器中，写点关于你自己的东西。
4. 写一条提交消息来描述你的变更。
5. 点击 **Commit changes** 按钮。

![提交](https://guides.github.com/activities/hello-world/commit.png)

这些更改只会影响 `readme-edits` 分支上的 README 文件，因此现在这个分支包含的内容与 `master` 不同。


---

# 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/make-a-commit.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.
