使用源代码控制和环境#
¥Using 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.
- 推送和拉取:将工作流发送到 Git,并将工作流从 Git 获取到你的实例。了解提交的内容以及 n8n 如何处理合并冲突。
¥Push and pull: Send work to Git, and fetch work from Git to your instance. Understand what gets committed, and how n8n handles merge conflicts.
- 在不同环境间复制工作:如何在不同的 n8n 实例之间复制工作?
¥Copy work between environments: How to copy work between different n8n instances.