Merging remote branches (Git only) - Cloud - 7.3

Talend Studio User Guide

Version
Cloud
7.3
Language
English
Product
Talend Big Data
Talend Big Data Platform
Talend Cloud
Talend Data Fabric
Talend Data Integration
Talend Data Management Platform
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend Studio
Content
Design and Development
Last publication date
2024-02-13

About this task

When working on a Git managed project, you can merge remote branches from within your Talend Studio in local mode.

Use the following procedure to merge a remote branch A to another remote branch B.

Procedure

  1. Check out the remote branch B to your Talend Studio as a local branch with the same branch name, by following the steps described in Checking out a remote branch as a local one.
  2. Update the local branch B using the remote branch A as the source to pull from, by following the steps described in Updating a local branch (Git only).
  3. Resolve any conflicts that occurred during the branch update, by following the steps described in Resolving conflicts between branches (Git only).
  4. Push your local branch B to the remote end, by following the steps described in Pushing changes on a local branch to the remote end (Git only).