mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2026-03-27 09:28:43 +07:00
add source control behaviour
This commit is contained in:
@@ -23,9 +23,17 @@ To pull work from Git, select **Pull** <span class="inline-image">, the owner remains the same. If the original owner isn't on the new instance, n8n sets the user performing the pull as the workflow owner.
|
||||
|
||||
If the original owner is a [project](/user-management/rbac/):
|
||||
|
||||
n8n tries to match the original project name to a project name on the new instance. If no matching project exists, n8n creates a new project with the name, assigns the current user as project owner, and imports the workflows and credentials to the project.
|
||||
|
||||
### Pulling may cause brief service interruption
|
||||
|
||||
@@ -45,6 +53,7 @@ n8n commits the following to Git:
|
||||
* Workflows, including their tags and the email address of the workflow owner. You can choose which workflows to push.
|
||||
* Credential stubs (ID, name, type)
|
||||
* Variable stubs (ID and name)
|
||||
* Projects
|
||||
|
||||
You can programmatically [Manage variables](/source-control-environments/using/manage-variables/) using the n8n API.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user