管理与治理
Use source control and environments
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:
- Understand:
- Environments in n8n: The purpose of environments, and how they work in n8n.
- Git and n8n: How n8n uses Git.
- Branch patterns: The possible relationships between n8n instances and Git branches.
- Set up source control for environments: How to connect your n8n instance to Git.
- Using:
- Push and pull: Send work to Git, and fetch work from Git to your instance.
- Copy work between environments: How to copy work between different n8n instances.
- Tutorial: Create environments with source control: An end-to-end tutorial, setting up environments using n8n's recommended configurations.
Related sections:
- Variables: reusable values.
- External secrets: manage credentials1 with an external secrets vault.
Footnotes
- Back
In n8n, credentials store authentication information to connect with specific apps and services. After creating credentials with your authentication information (username and password, API key, OAuth secrets, etc.), you can use the associated app node to interact with the service.
官方原文和授权
本页来自 N8N 英文官方网站固定快照,并转换成 xueai 静态页面。内容以 N8N 持续更新的官方页面为准。