Skip to main content Skip to complementary content
Close announcements banner

Updating a local branch

About this task

When working on a local branch of a Git managed project, you can update your branch with information from another branch using the Git Pull and Merge tool provided by your Talend Studio.

To pull and merge information to your local branch, do the following:

Procedure

  1. Save your changes so that they are automatically committed to your local repository.
  2. Click the top bar of the Repository tree view and select Pull And Merge Branch from the drop-down menu.
  3. If any editor window is open, you will see a warning message. Click OK to close the editor and proceed with the pull action.
  4. In the Select a branch to merge or update dialog box, select the source branch to pull from, which can be a remote or local branch, and then click OK to complete the pull and merge operation.

Results

Your local branch is now up to date. Depending on the source branch you selected, a dialog box opens to show the pull or merge result:

  • If the source branch is the default branch, which is the remote counterpart of the local branch, the dialog box shows the pull result.

  • If the source branch is another one, the dialog box shows the merge result.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!