mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2026-03-27 09:28:43 +07:00
775 B
775 B
title, description
| title | description |
|---|---|
| Using source control and environments | How to use source control and environments in n8n. |
Using source control and environments
!!! info "Feature availability" * Available on Enterprise. * You need access to the n8n instance owner account to set up source control, and to send work to and from Git.
- Push and pull: How to send work to Git, and fetch work from Git to your instance.
- Copy work between environments: How to send work from one instance to another, using source control.
- Manage variables: n8n doesn't send variable values to Git. You can work around this using the API.