源代码控制和环境(Source control and environments)#
Feature availability
- Available on Enterprise.
- You must be an n8n instance owner or instance admin to enable and configure source control.
- Instance owners and instance admins can push changes to and pull changes from the connected repository.
- Project admins can push changes to the connected repository. They can't pull changes from the repository.
n8n 使用基于 Git 的源代码控制来支持环境。将你的 n8n 实例连接到 Git 仓库可以让你创建多个 n8n 环境,这些环境由 Git 分支支持。
🌐 n8n uses Git-based source control to support environments. Linking your n8n instances to a Git repository lets you create multiple n8n environments, backed by Git branches.
本节:
🌐 In this section:
- 了解:
- 为环境设置源代码管理:如何将你的 n8n 实例连接到 Git。
- 使用:
- 教程:使用源代码管理创建环境:一个端到端的教程,使用 n8n 推荐的配置来设置环境。
相关章节:
🌐 Related sections: