> For the complete documentation index, see [llms.txt](https://github.highlight.ink/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://github.highlight.ink/hello-world/make-a-commit.md).

# 修改并提交更改

干得漂亮！现在，你正在 `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` 不同。
