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

# 修改并推送

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

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

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

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