Files
n8n-docs/docs/source-control-environments/using/index.md
Justin Ellingwood a7dc52d6e1 Change repo links to absolute file paths (#2829)
Co-authored-by: Nick Veitch <nick.veitch@n8n.io>
2025-02-11 17:40:26 +00:00

810 B

title, description, contentType, hide
title description contentType hide
Using source control and environments How to use source control and environments in n8n. overview
toc

Using source control and environments

--8<-- "_snippets/source-control-environments/feature-availability.md"

  • 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.
  • Copy work between environments: How to copy work between different n8n instances.
  • Manage variables: Manage variable values using the n8n API and source control.