Create Sync Configuration

Set up synchronization between two Git repositories

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

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.