# 了解如何使用 GitHub Copilot 编写代码

了解 GitHub 和 Copilot 如何帮助你提升编程技能、编写更好的代码和交付安全项目。

## Links

### Learn to code with GitHub Copilot

* [设置 Copilot 以学习编程](/zh/get-started/learning-to-code/setting-up-copilot-for-learning-to-code)

  配置 Copilot 以帮助你学习编码概念并主动培养编程技能。

* [开始使用 Git](/zh/get-started/learning-to-code/getting-started-with-git)

  通过操作示例方案了解 Git 的基础知识。

* [查找和了解示例代码](/zh/get-started/learning-to-code/finding-and-understanding-example-code)

  通过学习 GitHub 上的示例代码来提升编码技能。

* [在你的项目中重复使用其他人的代码](/zh/get-started/learning-to-code/reusing-other-peoples-code-in-your-projects)

  通过将现有代码集成到项目中来提高编码效率和知识量。

* [在本地开发项目](/zh/get-started/learning-to-code/developing-your-project-locally)

  了解如何通过一个基于 HTML、CSS 和 JavaScript 的示例客户端应用程序来创建本地开发环境。

* [了解如何使用 GitHub Copilot 进行调试](/zh/get-started/learning-to-code/learning-to-debug-with-github-copilot)

  通过寻求帮助 GitHub Copilot 来识别并修复代码中的错误。

* [从GitHub Copilot获取有关代码的反馈](/zh/get-started/learning-to-code/getting-feedback-on-your-code-from-github-copilot)

  了解如何要求 GitHub Copilot 查看代码更改并应用所创建的建议更改。

* [安全地存储机密](/zh/get-started/learning-to-code/storing-your-secrets-safely)

  了解软件开发中的机密以及如何安全地管理机密。

* [查找并修复第一个代码漏洞](/zh/get-started/learning-to-code/finding-and-fixing-your-first-code-vulnerability)

  了解通过解析 code scanning 演示存储库中的警报来保护代码的基础知识。

* [查找并修复第一个依赖项漏洞](/zh/get-started/learning-to-code/finding-and-fixing-your-first-dependency-vulnerability)

  了解如何通过在演示存储库中启用 Dependabot 依赖项及其功能来保护依赖项。