Create Sync Configuration

Set up synchronization between two Git repositories

Configuration Details
Give your sync configuration a name
Source Repository
The repository you want to sync from

Specify the branch to sync. Only changes to this branch will be synced.

Destination Repository
The repository you want to sync to

Specify the branch to sync to. Changes will be applied to this branch.

Sync Settings
Configure how and when the repositories should be synchronised

When enabled, all branches from the source repository will be synced to the destination. When disabled, only the specified branch is synced.

Choose whether to commit directly to the branch or create a pull/merge request.

When enabled, commit history will be preserved. When disabled, only file content is synced.

When enabled, only files that have changed will be synced, improving performance.