Creating a local branch from Talend Studio
Last updated: 8/27/2026About this task
When working on a Git managed project, you can create local branches from within your Talend Studio and keep your changes local until you push them to the Git server.
Your Talend Studio provides two
options for you to create a local branch:
- Creating a new branch based on a selected source
- Checking out a remote branch as a local one
Information noteNote: In the context of Git branching,
main or master can be regarded as a
special branch.
After the branch is created, you can work on it and manage it using tools provided by your Talend Studio.
Creating a new branch based on a selected source
Procedure
Checking out a remote branch as a local one
Before you begin
If migration-generated changes are found and not committed on the current branch, checkout is blocked until those changes are handled.