# 修改并推送

继续使用你喜欢的文本编辑器（如 [Atom](https://atom.io/)）对项目进行一些更改。例如，你可以更改 *index.html* 中的文本来添加你的 GitHub 用户名。

当你准备好提交更改时，先**暂存**再**提交**更改。

> 现在在本地暂存和提交更改是否难度太高了？[查看这个按需培训](https://services.github.com/on-demand/) 的互动教程，以帮助你了解更多信息。

现在，你基本上相当于告诉 Git，“好的，我已经做了我的更改快照！”你可以继续做更多更改，并做更多提交快照。当你准备好将更改推送到 GitHub.com 时，就将更改推送到远程仓库。


---

# 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/forking-projects/making-and-pushing-changes.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.
